in reply to cookies and redirecting
if(my $cryptpass = Intranet::Security::Authenicate($args{'username +'},$args{'password'})) { my $co = new CGI; my $cookie = Intranet::Security::CreateUserCookie($args{'usern +ame'},$cryptpass) || die " Could not create cookie"; print $co->header( -uri=>'/maddenapps/test.cgi', -cookie=>$coo +kie); exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: Re: cookies and redirecting
by Ovid (Cardinal) on Jun 19, 2001 at 01:03 UTC | |
by outcast (Monk) on Jun 19, 2001 at 01:06 UTC | |
by Ovid (Cardinal) on Jun 19, 2001 at 02:06 UTC | |
by LeGo (Chaplain) on Jun 19, 2001 at 02:40 UTC |