Le 13/03/02 17:08, [EMAIL PROTECTED] a �crit�:

> I believe it's already possible to set a cookie after each run mode,
> although I haven't tested this.
> 
> In the setup() routine, you could call
> $self->header_props(
> -cookie=>$cookie
> );

Good idea
... and like this (not tested) ?

$self->header_props(
    -cookie => $self->param('session_cookie')
);

I can't use globals, because I use mod_speedy and inheritance.

-- 
Jean-Marc Pennel <[EMAIL PROTECTED]>
http://jmpnet.free.fr/


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to