Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 4 | -219/+0 |
* | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 1 | -1/+1 |
* | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 1 | -0/+9 |
* | Write to session in batch at the end of the request | Lukas Reschke | 2015-09-09 | 1 | -9/+0 |
* | Write session data to single key | Lukas Reschke | 2015-09-09 | 1 | -4/+4 |
* | Handle failures gracefully, remove switch | Lukas Reschke | 2015-08-21 | 1 | -3/+4 |
* | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 2 | -0/+134 |
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 2 | -3/+5 |
* | make PHPUnit happy and add asserts | Thomas Mueller | 2013-06-28 | 1 | -0/+2 |
* | implement ArrayInterface with Session | Robin Appelman | 2013-05-28 | 1 | -0/+9 |
* | Abstract the session away in a class | Robin Appelman | 2013-05-28 | 2 | -0/+71 |