Hi, Still trying to understand my problem with sessions. I do not feel comfortable when not understanding what is happening.
Problem: from time to time, all clients have access to data from a session initiated by another client. Setpu: lighttpd, fastcgi, code.py, file sessions (min/max proc is 1). I have notice that the behavior is different depending on the operating system and browser: - Firefox 3.0.7, Ubuntu 8.10, one files per client (file name of the session is the value of the cookie viewed in preferences) - Safari 3.2.1, OSX 10.5, one files per client (file name of the session is the value of the cookie viewed in preferences) - Firefox 3.0.6, OSX, three to four files per client (file names of the session are different from the value of the cookie viewed in preferences). If this happends (not always the case) three new session files are created for each request of the client. I do not understand why session management is behaving differently when used from Firefox on OSX. Maybe such web browser behavior could be root of the problem. r. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
