[Cgi-session-user] CGI::Session for <sessions driver="SQLite" dbname="sessions"/>
Brought to you by:
sherzodr
From: c.h. c. <c.h...@nx...> - 2024-04-18 03:36:49
|
Hi there, Now I'm working an existing Perl web application migration to a new Windows server. But I encounters the problem that Perl web application does not work at new Windows server. I check that config.xml that includes the statement below. <sessions driver="SQLite" dbname="sessions"/> I guess that it needs CGI::Session, right? So how do I setup the Perl module of CGI::Session? In the C:\Strawberry\perl\site\lib\CGI\Session ? Or any other referenced or related Perl modules I need for CGI::Session? Many thanks in advance. Best regards, C.H. Chou |