I take it you have the CGI module installed... all you need to do is read up
on CGI::Cookies which will show you exactly how to store and retrieve
cookies. The docs can be foudn on CPAN or in your perl/html/site/lib/CGI dir

regards,

Jos Boumans


----- Original Message -----
From: "Brian Shoemaker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 12:59 AM
Subject: Session Variables


> Hello.
>
> I am attempting to find some information on using session variables in
> Perl/CGI.
>
> When someone logs into my site, the script will check a flat-text database
> and if the user has entered a correct username and password, the user will
> be validated. At this point, a session variable will be set so the user
will
> not have to login again.
>
> Unfortunately, I can't seem to find any information about how to do this.
> Any info would be appreciated.
>
> Brian Shoemaker
>
>

Reply via email to