Re: Apache::Cookie not finding cookies ...

2004-03-30 Thread Brian Clarkson
Nick Phillips wrote: On 30/03/2004, at 5:21 AM, Brian Clarkson wrote: I'm hoping that I'm doing something wrong ... I've tried the logout.pl that comes in the Apache::AuthCookie dist, but that didn't work. My code has an object that has an Apache::Request object stuffed into it, and: I don't

Re: Apache::Cookie not finding cookies ...

2004-03-29 Thread Nick Phillips
On 30/03/2004, at 5:21 AM, Brian Clarkson wrote: I'm hoping that I'm doing something wrong ... I've tried the logout.pl that comes in the Apache::AuthCookie dist, but that didn't work. My code has an object that has an Apache::Request object stuffed into it, and: sub logout { my ($self)

Apache::Cookie not finding cookies ...

2004-03-29 Thread Brian Clarkson
I'm hoping that I'm doing something wrong ... I have Apache::AuthCookieDBI working for login and session expiration ( I set it to 5 minutes so that I could basically watch the session ticket expire ), but manual logout isn't working ... I've tried the logout.pl that comes in the Apache::AuthCoo