Click to See Complete Forum and Search --> : Perl/cgi+session


digital_storm
05-11-2005, 02:16 AM
Hello

I wonder.... lets say a user is logging in to a webpage then I want to look up this user (in a database) and store current information in an sessionobject called Person...
Is it pssoble in Perl to generate sessionvariables/objects if yes how does that look like and how do I retrive the values (especially objects).

Many thanks !

/D_S

CyCo
05-11-2005, 06:33 PM
Depending on your database and application, you can find many uses for CGI::Session (http://search.cpan.org/search?query=cgi+sessions&mode=all).