You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by ktgoh <kt...@newstakes.com> on 2001/05/14 13:35:08 UTC

Fw: How to get cookie from a mod_perl proxy



> Hi, I am writing a perl_mod script for apache that will act as a proxy to
> intercept all requests that comes through my proxy. I want to set a cookie
in
> the client's browser (to store a session ID) and retrieve it each time the
> user make a request to other URL (assuming he has set my proxy as his
proxy in
> his browser configuration).
>
> My question is: Am i able to get the cookie i have set, from the client? I
can
> set the cookie for the client, but I have not been able to retrieve it so
> far:(. Any help here is much appreciated.
>
> Regards,
> Firestar
>
>