simple cookie authorization?

2000-10-21 Thread Jason Bodnar
Is there a module for simple cookie authorization? I want to grant access if the user has a cookie set. I don't care about the value of the cookie. I looked at Apache::AuthCookie and it looks overly complex for my needs. -- Jason Bodnar [EMAIL PROTECTED]

Re: simple cookie authorization?

2000-10-21 Thread James G Smith
Jason Bodnar [EMAIL PROTECTED] wrote: Is there a module for simple cookie authorization? I want to grant access if the user has a cookie set. I don't care about the value of the cookie. I looked at Apache::AuthCookie and it looks overly complex for my needs. Something like the following

Re: simple cookie authorization?

2000-10-21 Thread Rodney Broom
From: "Jason Bodnar" [EMAIL PROTECTED] JB Is there a module for simple cookie authorization? I want to grant access if JB the user has a cookie set. I don't care about the value of the cookie. Sounds like you just need vanilla cookie access. Have a look at: http://search.cpan.o