PHP session variables do not persist across page
Posted: Fri Jun 12, 2009 11:59 pm
Hi,
I am having session problems in php6. My session values do not persist across pages, but do, however, accessible when they are retrieved in the same page where they are declared.
all pages have been declared with session_start() at the first line. I have also checked the folder where session data are stored and turned out that they exist.
Any help is deeply appreciated.

I am having session problems in php6. My session values do not persist across pages, but do, however, accessible when they are retrieved in the same page where they are declared.
all pages have been declared with session_start() at the first line. I have also checked the folder where session data are stored and turned out that they exist.
Any help is deeply appreciated.