[Cgi-session-user] problem with CGI::Session and mod_perl
Brought to you by:
sherzodr
From: Senthil N. <rs...@gm...> - 2005-12-06 08:30:52
|
Hi All, I used CGI::Session in my application and stored data in the server and retrieved it properly. But later I moved to mod_perl for performance improvement and faced some problems. I see that the session is created and the session_id is sent as a cookie. But when I store a value in the session with a key and try to load another page and the same session is loaded but the data is lost. The same application worked well on cgi/perl. But with mod_perl i see the session data is lost. Let me is there any problem is using CGI::Session with mod_perl. Thanks Senthil Nathan R |