Re: [Cgi-session-user] Session not saving data files
Brought to you by:
sherzodr
From: Mark S. <ma...@su...> - 2005-09-08 17:43:01
|
On Thu, Sep 08, 2005 at 01:13:30PM -0400, K.G. Woltz wrote: > 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? KG, As I mentioned in my response last night, I believe you are missing that CGI::Session was not the only thing you upgraded. The test script I provided failed with both 3.95 and 4.02, indicating that either the reduction of your test case or mine was inaccurate, or something else such as the Perl upgrade made a difference. If you feel there is a bug in CGI::Session, you are welcome to provide a Test::More test script and/or a patch to further illustrate it. Mark |