On Wed, 27 Feb 2002, Octavian Rasnita wrote:
> I want to set a cookie in a Perl script only for the current session, and I
> don't need that cookie after the visitor closes the browser.
> 
> Can I use this kind of cookie if the user has deactivated cookies in her
> browser?
> 
> I can't test this on my localhost, because even if I disable the cookies,
> they are set with no problem.

Octavian:

Again, I recommend that you read Linconln Stien's excellent book 
"The Definitive Guide to Using CGI.pm". (Setting cookies that expire at 
the end of the user's session only requires not setting any expiration 
date.)

-- 
Eric P.
Los Gatos, CA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to