Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046957
D208.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, Jun 29, 1:50 PM
Size
519 B
Mime Type
text/x-diff
Expires
Mon, Jun 30, 1:50 PM (30 m, 4 s)
Engine
blob
Format
Raw Data
Handle
676901
Attached To
D208: INP-1544 - Delete expired session without using "Session" object
D208.diff
View Options
Index: branches/5.2.x/core/units/users/users_event_handler.php
===================================================================
--- branches/5.2.x/core/units/users/users_event_handler.php
+++ branches/5.2.x/core/units/users/users_event_handler.php
@@ -247,7 +247,9 @@
return ;
}
- $this->Application->Session->DeleteExpired();
+ /** @var SessionStorage $session_storage */
+ $session_storage = $this->Application->recallObject('SessionStorage');
+ $session_storage->DeleteExpired();
}
/**
Event Timeline
Log In to Comment