We have been using Apache::Session for a few months now and for some reason we are running into a fairly persistent problem: the session->DESTROY method isn't being called automatically all the time (only sometimes) so any time we start running into session issues, we have to throw a
call. The symptoms: variables seem to randomly fail to get recorded to the session or deleted from the session when the script is finished running.
The other programmer I work with thinks it's our convoluted scripts confusing perl's garbage collector.