I have a simple web page that till now didn't need any login. It is programed with Perl CGIs.
我有一个简单的网页,到现在为止不需要任何登录。它是用Perl CGI编程的。
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.
另外,我想要一些关于支持Perl会话所需的技术/库的建议。
2 个解决方案
#1
9
I used CGI::Session many, many moons ago.
我使用CGI :: Session很多很多个月前。
#1
9
I used CGI::Session many, many moons ago.
我使用CGI :: Session很多很多个月前。