Re: Getting list of all cookies available?

2003-07-19 Thread Iphigenie
Is there a way to get the list of available cookies from Apache::ASP or mod_perl? Now I am not the most expert at mod_perl, still a newbie myself Here's how i have done i when i needed to see the whole list to find out what was going on with a cookie not working use Apache::Cookie; my

Getting list of all cookies available?

2003-07-18 Thread greg
I'm using Apache 1.3.27, mod_perl 1.28, and Apache::ASP 2.53 (+ mod_ssl, all on cygwin). I know how I can get and set cookies in Apache:ASP, this is no problem. What I am trying to figure out is how to get a list of cookies that are available. Is there a way to get the list of available cookies