Hi,

I want to use 2 sessions in the same CGI script, using CGI::Session module.
Is it possible?

I want to be able to save a permanent cookie on the visitors computers in
order to be able to recognize all the visitors the next time they visit my
site, and offer them a specific content.
In the same time, I want to use a second session in order to keep the logged
username and other vars, and this session should use a temporary cookie that
should be used only when the users log on. (They can use my site without
loggin also, but there will be some missing facilities).
The second cookie should be a temporary one, because I don't want users to
be logged on after closing their browsers.

Is it possible if I want to use CGI::Session?

Thank you.


Teddy



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to