Re: [Cgi-session-user] problem with CGI::Session and mod_perl
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2005-12-06 13:27:49
|
On Tue, Dec 06, 2005 at 02:00:42PM +0530, Senthil Nathan wrote: > 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. Thanks for the feedback. Please file a bug report for this in RT: http://rt.cpan.org/NoAuth/Bugs.html?Dist=CGI-Session Include as much detail as possible, including versions involved, and steps to reproduce. ( It could be be pseudo-code if a working reduced case isn't practical.) > Let me is there any problem is using CGI::Session with mod_perl. It sounds like you are letting /us/ know. I'm using CGI::Session 3.95 with mod_perl, but I haven't tried yet with the 4.x branch. Has anyone else? Mark |