Subject: | Destroying session doesn't delete session file |
Hi,
I am using session manager with the Apache::Session::File store on Apache 2.0.47, mod_perl 1.99, perl 5.8.6, and Windows XP.
Upon destroying a session, or when the session expired, I expect that the session file will be deleted. However, this is not the case; all the session files remain there.
Is it a normal behavior?
Thanks.