session variables expire or lose value???
Posted: Thu Jun 02, 2005 7:39 pm
I have a simple website that lists events for Clubs.
There is a small group of php files
login.php
menu.php
insert.php
edit.php
delete.php
thankyou.php
After multiple insert.php (inserts records) the session variable will lose its value and I have to re-login.
Each of the above files have session_start() as the first line of code. There is some include code that does not have session_start but I'm not sure that matters.
The lost value doesn't seem to be operation related as much as time related. So I expect it is expiring. However, I have checked phpinfo and everything looks fine.
Now if I go to the website using Firefox I do not have any problems at all and stay logged in. Someone mentioned it could be P3P related to IE6.
Any ideas on what it could possibly be?
There is a small group of php files
login.php
menu.php
insert.php
edit.php
delete.php
thankyou.php
After multiple insert.php (inserts records) the session variable will lose its value and I have to re-login.
Each of the above files have session_start() as the first line of code. There is some include code that does not have session_start but I'm not sure that matters.
The lost value doesn't seem to be operation related as much as time related. So I expect it is expiring. However, I have checked phpinfo and everything looks fine.
Now if I go to the website using Firefox I do not have any problems at all and stay logged in. Someone mentioned it could be P3P related to IE6.
Any ideas on what it could possibly be?