c...@l-i-e.com wrote:
Are you perhaps storing the session data in a DB?

No its using the file system

If the field type is, say, text, and you put something large in $_SESSION, 
you'll have truncated data, the session manager can't unserialize it, and you 
will have a silent failure when they try to do their next task -- They get 
logged out and there it is.



Add a custom error handler and you can track what is going on, by logging each 
function call to the handler.

that may be the only option here, the intranet app is being replaced, so Im trying not to do much work on the old one, just this strangeness is getting annoying.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to