Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1097394
D477.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 12, 8:54 PM
Size
511 B
Mime Type
text/x-diff
Expires
Wed, Aug 13, 8:54 PM (7 h, 11 m)
Engine
blob
Format
Raw Data
Handle
708815
Attached To
D477: INP-1871 - Properly dispose session during logout workflow
D477.diff
View Options
Index: branches/5.2.x/core/kernel/session/inp_session.php
===================================================================
--- branches/5.2.x/core/kernel/session/inp_session.php
+++ branches/5.2.x/core/kernel/session/inp_session.php
@@ -80,6 +80,7 @@
$this->Storage->DeleteEditTables();
$this->Data = new Params();
$this->SID = $this->CachedSID = '';
+ $this->SessionSet = false;
if ($this->CookiesEnabled) {
$this->SetSessionCookie(); //will remove the cookie due to value (sid) is empty
Event Timeline
Log In to Comment