summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/SessionHandlerPHP.php
Commit message (Expand)AuthorAgeFilesLines
* Log a warning when we notice a probable misconfiguration of PHP sessions.Jaime Pérez2016-09-271-0/+8
* Make exception message when setting secure PHP session cookies through an ins...Jaime Pérez2016-07-041-1/+1
* Start using the error codes in SimpleSAML\Error\CannotSetCookie.Jaime Pérez2016-07-041-2/+8
* Revert "Set the session name explicitly in SessionHandlerPHP, even when we ar...Jaime Pérez2016-07-031-2/+6
* bugfix: Stop SimpleSAML_SessionHandler::newSessionId() from initializing the ...Jaime Pérez2016-07-021-23/+43
* Set the session name explicitly in SessionHandlerPHP, even when we are using ...Jaime Pérez2016-07-021-6/+2
* Fix indentation.Jaime Pérez2016-07-021-1/+1
* Stop using the deprecated SimpleSAML_Configuration::getBaseURL() method.Jaime Perez Crespo2016-06-081-1/+1
* Prevent session_start() from sending cookies if possible. If not, at least su...Jaime Perez Crespo2016-04-121-22/+30
* Fix build. PHP versions older than 5.4 don't have session_status().Jaime Perez Crespo2016-04-071-4/+10
* Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session existing...Jaime Perez Crespo2016-04-071-0/+38
* Bugfixes: the PHP session handler only fetches the cookie configuration param...Jaime Perez Crespo2016-04-071-27/+45
* Bugfix: when using PHP sessions, if there's already a session, session_id() w...Jaime Perez Crespo2016-04-071-26/+27
* Avoid the PHP session handler to generate errors when we try to retrieve a se...Jaime Perez Crespo2016-02-151-0/+17
* Avoid session cookies being set twice, hopefully for good.Jaime Perez Crespo2015-10-261-3/+3
* Reformat SimpleSAML_SessionHandlerPHP and remove unused variable.Jaime Perez Crespo2015-08-041-216/+229
* Fix phpdoc comments in SimpleSAML_SessionHandlerPHP.Jaime Perez Crespo2015-08-041-17/+30
* Remove another piece of support code for PHP 5.1 and earlier.Thijs Kinkhorst2015-06-081-6/+1
* Set PHP session cookie configuation to be true by default.Thijs Kinkhorst2015-05-271-1/+1
* Move SimpleSAML_Utilities::isHTTPS() to SimpleSAML\Utils\HTTP::isHTTPS() and ...Jaime Perez Crespo2015-04-211-2/+2
* Schedule SimpleSAML_Utilities::stringToHex() for removal. Deprecate and stop ...Jaime Perez Crespo2015-04-161-1/+1
* Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate a...Jaime Perez Crespo2015-04-161-1/+1
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* Add SimpleSAML_SessionHandler::getSessionCookieName() (patch 1 from issue #571).Andjelko Horvat2013-09-131-4/+22
* SimpleSAML_SessionHandlerPHP::newSessionId(): cleaner version for r3273.Andjelko Horvat2013-09-111-2/+2
* SimpleSAML_SessionHandlerPHP::newSessionId(): fix for session start (introduc...Andjelko Horvat2013-09-111-1/+6
* Generate new session id for new sessions (issue #569).Andjelko Horvat2013-09-051-12/+31
* Session: Don't attempt to fetch new sessions from session handlers.Olav Morken2012-01-301-1/+3
* HTTP POST redirect support (issue 418).Andjelko Horvat2011-08-101-11/+32
* SessionHandler: Support loading a specific session.Olav Morken2010-08-091-1/+7
* SessionHandler: Rename getSessionId to getCookieSessionId.Olav Morken2010-08-091-4/+4
* SessionHandler: Replace set & get with saveSession & loadSession.Olav Morken2010-07-131-18/+19
* session: New/unified cookie handling options.Olav Morken2010-07-071-7/+36
* Session: Use transient session if headers are already sent.Olav Morken2010-02-241-0/+5
* Disable cookie secure-flag by default.Olav Morken2010-02-151-1/+2
* Add code to detect whether the session cookie is set.Olav Morken2009-12-021-0/+15
* Fix for command line + sessionhandler phpAndreas Åkre Solberg2009-09-251-0/+1
* Give default values for all configuration options from config.phpOlav Morken2009-08-141-3/+3
* Update everything to use the autoloader.Olav Morken2008-06-061-2/+0
* Allow session_save_path to be overridden by setting the session.phpsession.sa...Olav Morken2008-05-141-0/+5
* SessionHandlerPHP: Generate secure session id for new sessions.Olav Morken2008-05-131-0/+7
* Setting secure cookies for phpsession, and added config parameters for settin...Andreas Åkre Solberg2008-03-121-0/+8
* Setting file properties in svn metadata. Adding header in all library php fil...Andreas Åkre Solberg2008-01-301-2/+5
* SessionHandler - Implemented getSessionId() method.Olav Morken2007-12-181-0/+10
* SessionHandlerPHP: Check if a key exists in the session before trying to acce...Olav Morken2007-11-281-0/+10
* SessionHandlerPHP: Added missing () after session_id.Olav Morken2007-11-281-1/+1
* SessionHandlerPHP: Don't call session_start() if it has been called earlier.Olav Morken2007-11-281-2/+9
* Added license information to the new files.Olav Morken2007-11-281-1/+5
* Implemented SessionHandler base class and PHP & Memcache storage on top of it.Olav Morken2007-11-281-0/+45