On Sep 19, 2012, at 8:38 PM, Bill Stephenson wrote:
> I want my scripts to maintain state when a user's session expires.
>
> When that happens I send them to a login page and here's what I am working on
> in the module that does the authentication:
Well, after a bit more research I can't see ho
I want my scripts to maintain state when a user's session expires.
When that happens I send them to a login page and here's what I am working on
in the module that does the authentication:
my @names = $cgi->param();
my $hiddens;
foreach my $name(@names) {$hidden