Actions
Feature #64148
closedAdd gracetime for session-timestamp-updates
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2015-01-06
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Avoid updating the session-timestamp within too short time. Especially with multiple running requests in parallel (AJAX?), when performing requests with redirects etc. the timestamp would be updated more often than necessary. With a timeout of usually some hours, using a gracetime of some seconds or minutes doesn't a large difference but might save many updates to DB etc.
Actions