Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-21 Thread Joe Schaefer
Jozef Kosoru <[EMAIL PROTECTED]> writes: [...] > I would like to point out, that I have observed the > same problem with apreq2 Apache::Cookie. Sometimes browser gets a > truncated cookie and sometimes even a garbage cookie data. This bug should be fixed in the current svn trunk, thanks to Boja

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-20 Thread Jozef Kosoru
Hi, On Wed, Nov 10, 2004 at 13:05:43 -0800, Dan Sully wrote: > I'm running into an interesting problem, using Apache::SessionManager. > > My first request to the webpage successfully generates a cookie, and I > see it in my browser's jar. The next response though, the > Apache::Cookie->fetch() ge

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-11 Thread Dan Sully
* Joe Schaefer <[EMAIL PROTECTED]> shaped the electrons to say... My first request to the webpage successfully generates a cookie, and I see it in my browser's jar. The next response though, the Apache::Cookie->fetch() gets a truncated cookie (md5 sum), and can't tie to the previous session and cre

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-11 Thread Joe Schaefer
Dan Sully <[EMAIL PROTECTED]> writes: > I'm running into an interesting problem, using Apache::SessionManager. > > My first request to the webpage successfully generates a cookie, and I see it > in my browser's jar. The next response though, the Apache::Cookie->fetch() > gets a truncated cookie (

Re: Apache::Cookie->new/bake broken - mod_perl 2

2004-11-10 Thread Arshavir Grigorian
I actually reported the same problem yesterday, but wasn't sure whether I was doing something wrong. Is this the appropriate list for discussing liapreq2 issues? Arshavir Dan Sully wrote: I'm running into an interesting problem, using Apache::SessionManager. My first request to the webpage succe