Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170609
D477.id1225.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
Sat, Sep 27, 4:33 PM
Size
466 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 4:33 PM (21 h, 54 m)
Engine
blob
Format
Raw Data
Handle
758513
Attached To
D477: INP-1871 - Properly dispose session during logout workflow
D477.id1225.diff
View Options
Index: core/kernel/session/inp_session.php
===================================================================
--- core/kernel/session/inp_session.php
+++ 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