Forums / Developer / Problem with session, strange strange

Problem with session, strange strange

Author Message

Jacques Feix

Tuesday 06 November 2007 2:46:41 am

Hi everybody,
I have a very strange problem with session
I put into a session variable some data
This session variable is set to NULL when I reload my page, I don't know how but I don't want that
And if I put an

eZLog::write(var_export($attributeDescriptions , true));


line in my code, my session variable is not set to NULL

What happens ??

thx, Jacques

Jacques Feix

Tuesday 06 November 2007 8:16:15 am

Another strange thing :
It works on one of my siteaccess (without the ezlog::write ... ), not on anther one
But the code is the same !