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.