Hi Ben! I upgraded to Beaker-1.0.1dev, which is the latest version available for downloading. And still, it is not working.. When I switch mod_wsgi to daemon mode or switch the type of the session to file-based (which still sends some cookies back and forth), everything works fine. Only if I use cookie-based sessions with mod_wsgi in embedded mode, the problem arises..
Ben, could you, please, tell me what your configuration is? Thanks in advance. Petko On 29 Авг, 19:25, Ben Bangert <[EMAIL PROTECTED]> wrote: > On Aug 29, 2008, at 9:03 AM, Petko wrote: > > > I do not understand why this happens, since all the information about > > the session is stored in the cookie itself and it should not use any > > in-memory data for reconstructing it. While browsing the sources of > > Beaker I noticed that it uses the PID to create the session ID, but I > > did not find any place where it actually uses it to verify the cookie > > that is received from the browser. Furthermore, when I switched > > mod_wsgi to daemon mode, the problem was solved and all requests are > > handled correctly. Still, I will need the embedded mode of mod_wsgi to > > achieve higher performance in the production. > > > So, my question is: Is it possible and how to use Beaker cookie-only > > sessions together with the embedded mode of mod_wsgi on Apache? > > Of course, I'm using cookie-based sessions with 8 paster process on 2 > different machines in a cluster and don't see the invalidation that > you're seeing. Could you try upgrading to the latest Beaker? > > Cheers, > Ben > > smime.p7s > 3KПрегледИзтегляне --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
