Posted by ramsankar on 09/19/05 07:03
Hi All,
When viewing my php page using IE6.0, I am losing my session data.
In the first page I am setting a value to the session variable. In the
next page "SOME TIME" the value of the session variable is not same
as what I set in the previous page. My session data is lost.
This is happening very frequently in IE6.0 sp2 and very less frequently
in IE6.0 sp1.
In my php script I am using Ouput Buffering. If I disable my Output
Buffering php script works fine, Session data is not lost. The random
loss of session data is happening only when Output Buffereing is
enabled.
I donot understand the dependency between Ouput buffering and IE. I
donot want to disable the ouput buffering also. Can anybody help me out
in fixing this problem.
Thanks,
Sriram
[Back to original message]
|