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
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)
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