Feature #42403

Session handler based on HTTP foundation with multi-backend support

Added by Robert Lemke almost 3 years ago. Updated over 2 years ago.

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

100%

Category:Session
Target version:TYPO3 Flow Base Distribution - 2.0 beta 1
PHP Version:5.4 Complexity:medium
Has patch:No

Description

I'd like a new session implementation which

  • simplifies testing by using the HTTP foundation
  • allows for using various storage backends, such as Redis, Memcache, APC, PDO databases etc

Related issues

related to TYPO3.Flow - Feature #42366: Make session handling compatible to any PHP session handler Rejected 2012-10-25

Associated revisions

Revision 5b56ade8
Added by Robert Lemke over 2 years ago

[FEATURE] Native PHP-based session handler

This introduces an alternative session implementation which is based on
the backend modules of the Flow Cache framework. All cache backend
implementations available for caching (PDO, Redis, Apc, Memcache etc)
can now be used for storing session data.

Related: #42366
Resolves: #42403
Releases: 1.2
Change-Id: I0a01796f0f6ce34b9040f677fdb9740ae52ca517

History

#1 Updated by Gerrit Code Review over 2 years ago

  • Status changed from Accepted to Under Review

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

#2 Updated by Gerrit Code Review over 2 years ago

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

#3 Updated by Robert Lemke over 2 years ago

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

Also available in: Atom PDF