RE: [Cgi-session-user] (Doc)bug 4.0.2: Automagic flushing
Brought to you by:
sherzodr
From: Sherzod R. <she...@ha...> - 2005-09-12 05:35:56
|
Charles At first it sounded like you were answering my question on why flush = isn't autoflusing sometimes, but I kind of lost you somewhere in the middle. > since the order of global destruction is undefined, it's=20 > possible that=20 > sub-objects held in the session object will be destroyed=20 > before the session=20 > itself, so by the time the the call to CGI::Session::flush()=20 > is made, the=20 > driver may not be defined. Would you be able to re-create this case in a test script? Since = sub-objects are held as CGI::Session's attributes, won't they be collected AFTER = session object is destroyed? So far few people complained about session not being automatically = flushed, but no one was able to recreate the problem in a test script. -- =20 Sherzod |