summaryrefslogtreecommitdiffstats
path: root/lib/private/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduce reopen() method to be used for unit test execution only - right aft...Thomas Müller2014-03-171-0/+7
* PHPDoc updatedThomas Müller2014-03-102-2/+13
* 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-103-1/+15
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-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-092-2/+11
* fixing php 5.3 compatibilityThomas Müller2013-10-081-31/+4
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-303-0/+181