Closed bergie closed 13 years ago
Session handling had an issue where if user had a session cookie, but session file had been removed (was empty), then FileStorage::unserialize would die with an exception.
FileStorage::unserialize
This commit fixes that.
Session handling had an issue where if user had a session cookie, but session file had been removed (was empty), then
FileStorage::unserialize
would die with an exception.This commit fixes that.