Forums / Developer / Problem with session, strange strange

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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 !