Hi, how do you manage your sessions? Are you using the standard serverside sessions or do you save your sessions in the database? Or to speak symfony: Do you use the sfSessionStorage or the sfMySQLSessionStorage as storage? I hope you use the last one, because is the only solution, where you could hold your sessions through a web server cluster.
- Frank Am 20.08.2007 um 22:24 schrieb Eno: > > 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 -~----------~----~----~----~------~----~------~--~---
