Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Server-side Scripting _ session management using CGI

Posted by: kris_21 Dec 14 2010, 08:54 PM

Hi,

M a newcomer in CGI scripting. I need to design a website with a session timeout of 5mins. Will be designing the site with html & CGI on server side. My server supports only CGI. can anyone explain to me how i can achieve this session management using CGI. I believe there are some CGI:session environment variables but i am not sure. Please help.....!!

Posted by: Darin McGrew Dec 14 2010, 10:32 PM

If you're using Perl, then the CGI::Session module can help manage sessions:
http://search.cpan.org/~sherzodr/CGI-Session-3.95/Session.pm

Posted by: kris_21 Dec 15 2010, 07:10 PM

QUOTE(Darin McGrew @ Dec 14 2010, 10:32 PM) *

If you're using Perl, then the CGI::Session module can help manage sessions:
http://search.cpan.org/~sherzodr/CGI-Session-3.95/Session.pm


Thanks for the info But i will be using only C scripting. I am using an embedded server, does not support perl sad.gif .

Posted by: Darin McGrew Dec 15 2010, 09:41 PM

C? or C++? or something else?

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)