Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add session management to a simple Perl CGI web page?

Tags:

session

perl

I have a simple web page that till now didn't need any login. It is programed with Perl CGIs.

I would like to know the steps to add session support in order to have the login information available.

I don't want very complicated methods, because the web page is very simple.

Also I want some recommendations for the technologies/libs that I need to support sessions with Perl.

like image 850
David Ameller Avatar asked Dec 28 '25 14:12

David Ameller


2 Answers

I used CGI::Session many, many moons ago.

http://metacpan.org/pod/CGI::Session

like image 165
AlexJReid Avatar answered Dec 31 '25 18:12

AlexJReid


I've used Apache::Session for session management:

like image 32
Leon Timmermans Avatar answered Dec 31 '25 17:12

Leon Timmermans



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!