in reply to Server getting and utilizing cookie
More questions? Just ask...if $cookie = $cgi->cookie("Whatever") check to see if it meets our standards do business #elsif $cgi->cookie("CookieTest") ## Oops! mistyped... elsif $cgi->param("CookieTest") ## Corrected #we tried to set a cookie and failed bailout else set the cookie set a http location: header line that includes: the url by which we arrived here + CookieTest=1 in the query string clean up and exit end
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Server getting and utilizing cookie
by sutch (Curate) on Mar 02, 2001 at 08:13 UTC | |
by dvergin (Monsignor) on Mar 03, 2001 at 00:12 UTC | |
Re: Re: Server getting and utilizing cookie
by Hammy (Scribe) on Mar 06, 2001 at 00:18 UTC |