Click to See Complete Forum and Search --> : session catche limiter- More About session


kumar005
01-27-2006, 04:47 AM
Hello to all,

I am new user in this site. i want to know more about session and session
handling

i have a error in my programm as below

session start(); cannot sent session catche limiter, header already sent

May any one help me to know about session ith examples.

I will be thankful to solve my problem

Kumar

bokeh
01-27-2006, 06:36 AM
Make sure nothing is sent to the browser prior to calling session_start() (including white space).