Jonathan Mangin wrote:
It's just temporary while I work on other parts of this
upgrade. So my question becomes, why isn't a cookie being set
without $self->session_cookie()? I have:
sub run_mode {
my $session = $self->session;
$self->session_cookie();
...
}
This is just a guess, but if you're using header_props after doing this, then your
cookie is wiped from the headers.
header_props creates a new, squeaky clean set of headers.
If you want to *add* to the headers, or replace ones that have been set previously,
use header_add.
HTH,
Rhesa
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]