in reply to Mod_perl Handler
It depends how you've set up your handlers, but it sounds to me like your handler which checks the cookie should be returning DECLINED, not OK. OK means that the request is finished. DECLINED signals to apache that it should pass the request on to the next handler.
See the mod_perl docs for more
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Mod_perl Handler
by Anonymous Monk on Jul 17, 2008 at 16:20 UTC | |
by clinton (Priest) on Jul 17, 2008 at 16:26 UTC | |
by iavian (Initiate) on Jul 17, 2008 at 18:17 UTC | |
by clinton (Priest) on Jul 17, 2008 at 19:58 UTC |
In Section
Seekers of Perl Wisdom