Navigation Menu

Skip to content

Commit

Permalink
[HttpFoundation] Introduced session storage base class and interfaces.
Browse files Browse the repository at this point in the history
Session object now implements SessionInterface to make it more portable.

AbstractSessionStorage and SessionSaveHandlerInterface now makes implementation
of session storage drivers simple and easy to write for both custom save handlers
and native php save handlers and respect the PHP session workflow.
  • Loading branch information
Drak committed Feb 11, 2012
1 parent c969423 commit 3a263dc
Show file tree
Hide file tree
Showing 7 changed files with 1,121 additions and 304 deletions.

0 comments on commit 3a263dc

Please sign in to comment.