Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F823510
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
Sun, Mar 9, 7:36 PM
Size
511 B
Mime Type
text/x-diff
Expires
Mon, Mar 10, 7:36 PM (8 h, 8 m)
Engine
blob
Format
Raw Data
Handle
585716
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