summaryrefslogtreecommitdiffstats
path: root/lib/private/session/internal.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-5/+25
* Delete cookie instead of emptying valueLukas Reschke2015-10-191-1/+5
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Session closed exception wordingPhil Davis2015-09-291-1/+1
* Write to session in batch at the end of the requestLukas Reschke2015-09-091-4/+4
* Update license headersJenkins for ownCloud2015-03-261-4/+20
* Handle session initialization errors and display error page - fixes #15053Thomas Müller2015-03-201-1/+7
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
* Refactor internal session to write directly to $_SESSIONcetra32014-08-301-7/+37
* redefine reopen() in class \OC\Session\Internal to avoid accidental calls in ...Thomas Müller2014-03-181-0/+3
* fix close() implementation in \OC\Session\InternalThomas Müller2014-03-101-2/+9
* adding an explicit close method to class session - write operations (set and ...Thomas Müller2014-03-101-1/+1
* check if a $_SESSION entry exists before we try to remove itRobin Appelman2013-12-111-1/+3
* preserve 3rd party values in in the Session destructorRobin Appelman2013-12-091-1/+10
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+39