Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello monks, today I replaed CGI.pm with CGI::Lite::Request for my website
Since then login functionality became not working.
Documentation of CGI::Session says it is compatible with any CGI.pm like modules which have param() method.
But CGI::Lite::Request do have param() method.
Especially the problem comes from here:
Other things such as setting cookie, creating session worked fine, but that method didn't work.
so.. is it possible to use CGI::Lite::Request with CGI::Session? if not, is there any alternative to CGI::Session for CGI::Lite::Request?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is CGI::Session compatible with CGI::Lite::Request ?
by afoken (Chancellor) on Apr 26, 2015 at 19:24 UTC | |
by Anonymous Monk on Apr 27, 2015 at 02:17 UTC |