[Phplib-users] Why are my User Sessions didnt deleted if i logout ???
Brought to you by:
nhruby,
richardarcher
From: Benjamin H. <ho...@eu...> - 2002-09-13 09:09:20
|
My problem is that my User Sessions named "Example_User" won=B4t be deleted after I logout. And i soposed they should be deleted :( My "Example_Session" will be deleted from the garbage collector. Why ? any sugesstions ? i only see in my mysql logs something like this when the GC was started DELETE FROM active_sessions WHERE changed < '20020913110203' AND name = =3D 'Example_Session' but nothing like=20 DELETE FROM active_sessions WHERE changed < '20020913110203' AND name = =3D 'Example_User' ??? Why ??? |