We are using using MySQL for session storage and running a web application across a cluster of web servers all sharing the same database. We are having a strange problem where a user's session is somehow "lost" after logging in and editing a resource. Our sessions were initially set to timeout after 24 hours (which have since raised this to a week). We store the userid in the session but when we lose session it becomes NULL and database inserts fail (we dont allow null userids in the database but it should *never* be null if a user a logged in).
Any ideas on how to track down this bug? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
