RE: [Cgi-session-user] Session not saving data files
Brought to you by:
sherzodr
From: K.G. W. <kg...@se...> - 2005-09-08 17:14:46
|
OK I had the UNIX guy roll-back to CGI::Session 3.95. It works now. I can try the different things mentioned last night if I go back up to 4.x. But I'm wondering ..... ... was there a good reason for making changes that require me to "ADD MORE code" to my script? What am I missing here? Thanks, -=20 KG -----Original Message----- From: cgi...@li... [mailto:cgi...@li...] On Behalf Of K.G. Woltz Sent: Wednesday, September 07, 2005 4:01 PM To: cgi...@li... Subject: [Cgi-session-user] Session not saving data files I was using CGI::Session 3.95 last week and the UNIX(Sun Solaris) folks rolled out a new server and installed CGI::Session 4.02. Also the Perl version was 5.8.2 and now it's 5.6.1. Now when I use my CGI app the session data isn't saving in the dir I told it to. I tried removing the dir and the app rebuilds the dir but no data files. Anyone know why I'm not saving the data? Here is my Perl: $sid =3D $query->cookie("MySesId") || undef; $session =3D new CGI::Session(undef, $sid, {Directory=3D>"$server_path/cgi-bin/session/"}) or die CGI::Session->errstr; -=20 KG=20 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Cgi-session-user mailing list Cgi...@li... https://lists.sourceforge.net/lists/listinfo/cgi-session-user |