Re: managing cookies: mod_perl vs. Apache::ASP

2002-09-22 Thread Josh Chamas
Broc Seib wrote: > Hi all, > > I have a mix of Apache::ASP code and mod_perl code. Specifically, I use > Apache::ASP to do the bulk of my site's dynamic pages, plus I have written > some mod_perl handlers where I've needed to alter server behavior. One of > these mod_perl handlers does authorizat

managing cookies: mod_perl vs. Apache::ASP

2002-09-22 Thread Broc Seib
Hi all, I have a mix of Apache::ASP code and mod_perl code. Specifically, I use Apache::ASP to do the bulk of my site's dynamic pages, plus I have written some mod_perl handlers where I've needed to alter server behavior. One of these mod_perl handlers does authorization, which is germane to this