in reply to Re^2: Cookie->fetch problem
in thread Cookie->fetch problem
my $dbh = ""; my $session = ''; my $sessionname = 'CGISESSID';
is set at the beginning of the file and used all over including set and get cookies.
I finally found where the expiration had been set at 1d and changed it to 7.
The cookies are persistent. Checked before and after and against the sessions MySQL table.
Best regards
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Cookie->fetch problem
by huck (Prior) on Mar 09, 2017 at 23:12 UTC |