[MP2][SESSION::POSTGRES] Problems retrieving session data.

2009-10-01 Thread Sam Ingarfield
Hello; I'm having some curious problems with sessions in my scripts. I am using the Apache::Session::Postgres module. Mod_Perl 2 on Apache 2, on Debian (Lenny). Sessions are being tracked using cookies. I am setting session data using code of the following form:  73 my $r = Apache2::Requ

Re: [MP2][SESSION::POSTGRES] Problems retrieving session data.

2009-10-03 Thread Perrin Harkins
On Fri, Oct 2, 2009 at 2:58 AM, Sam Ingarfield wrote: > For example, let user A have a session associated with him. He has the > string 'cow' in $session{animal}. User B, meanwhile, has 'goose' in > $session{animal}. Now, intermittently, user A is getting 'goose' when > retrieving $session{animal}