From: Chris W. <ch...@cw...> - 2003-12-01 14:26:43
|
Nikollos wrote: > Saturday, November 29, 2003, 9:20:52 PM, you wrote: > > CW> First, is this the first time you've used session_cleanup.pl? > > This is first time. > > CW> Next, what Apache::Session module are you using? (File, MySQL, etc.) > Apache::Session v1.53 > Apache::Session::MySQL v1.01 Looking at the source, Apache::Session::MySQL uses Storable by itself for serialization. So --decode=storable should work properly... ...but, looking at 'session_cleanup.pl', and after adding an option for you to force session removal on error, I can now see why it's not working properly. The right data aren't being passed to Storable's 'thaw()' method! A modified version is attached. Let me know how it works. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |