Re: cgi-script to handler communication [MP2]

2003-01-17 Thread Vishal Verma
On Thu, 2003-01-16 at 20:51, Stas Bekman wrote: > Vishal Verma wrote: > > I am implementing a login/logout mechanism. The user can't access any > > page till he logs in. That is any attempt to access pages without > > logging in will be redirected to the login screen. I have successfully > > implem

Re: cgi-script to handler communication [MP2]

2003-01-16 Thread Nick Tonkin
Umm, sanity check: You _have_ checked out the many packages and modules that do just this under mod_perl, haven't you? On 16 Jan 2003, Vishal Verma wrote: > > Though it's probably not as fast as adjusting the headers via the api in > > the response handlers. However since you aren't telling wha

Re: cgi-script to handler communication [MP2]

2003-01-16 Thread Stas Bekman
Vishal Verma wrote: Though it's probably not as fast as adjusting the headers via the api in the response handlers. However since you aren't telling what you are trying to do I can't give you a better advice. Here's what I'm trying to do: I am implementing a login/logout mechanism. The user c

Re: cgi-script to handler communication [MP2]

2003-01-16 Thread Vishal Verma
> Though it's probably not as fast as adjusting the headers via the api in > the response handlers. However since you aren't telling what you are > trying to do I can't give you a better advice. Here's what I'm trying to do: I am implementing a login/logout mechanism. The user can't access any