Bug #31192

Update session cookie lifetime on activity

Added by Julian Wachholz almost 4 years ago. Updated over 3 years ago.

Status:Resolved Start date:2011-10-22
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Session
Target version:TYPO3 Flow Base Distribution - 1.1 beta 1
PHP Version:5.3 Complexity:medium
Has patch:No Affected Flow version:Git master

Description

The lifetime of a session cookie (TYPO3\FLOW3\Session\PhpSession) is fixed.
After the time specified (default 1 hour) the cookie gets deleted, no matter how long ago the last activity of the user was.

The cookie's expiration date should be updated on every request.

This would, for example, prevent a session expiration while filling out a form..


Related issues

related to TYPO3.Flow - Feature #35034: Automatic session expiration on user inactivity Resolved 2012-03-20

Associated revisions

Revision cfe4af2e
Added by Robert Lemke over 3 years ago

[FEATURE] Automatic session expiration on user inactivity

This feature lets sessions expire automatically after a certain time
of user inactivity. The actual timeout can be specified through a
new setting called "inactivityTimeout".

This patch also sets the default cookie lifetime to infinite, as
expiration can be better controlled through the new timeout feature.

Fixes: #31192
Resolves: #35034
Releases: 1.1

Change-Id: I358860386e67f5f1b4d93299b5090dea91eaec55

History

#1 Updated by Christopher Hlubek almost 4 years ago

  • Has patch set to No

We have to confirm this, but if it is like that, I consider this a bug.

#2 Updated by Robert Lemke over 3 years ago

  • Tracker changed from Feature to Bug
  • Status changed from New to Accepted
  • Assigned To set to Robert Lemke
  • Target version set to 1.1 beta 1
  • PHP Version set to 5.3
  • Complexity set to medium
  • Affected Flow version set to Git master

#3 Updated by Gerrit Code Review over 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9765

#4 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9765

#5 Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9765

#6 Updated by Robert Lemke over 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF