Re: authentication & maintaining state

2012-09-20 Thread Bill Stephenson
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

authentication & maintaining state

2012-09-19 Thread Bill Stephenson
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