Force Session ID field before calling DESTROY in SOAP session backend (#553)

This commit is contained in:
Clément Oudot 2013-01-10 14:49:05 +00:00
parent 72c2b18f0d
commit 6989c75c1e

View File

@ -907,6 +907,9 @@ sub retrieveSession {
# Update the session to notify activity, if necessary
$h{_lastSeen} = time() if ($timeoutActivity);
# Set _session_id key
$h{_session_id} = $id;
# Store data in current shared variables
$datas->{$_} = $h{$_} foreach ( keys %h );