summaryrefslogtreecommitdiffstats
path: root/lib/private/session
Commit message (Collapse)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
| | | | productive code
* introduce reopen() method to be used for unit test execution only - right ↵Thomas Müller2014-03-171-0/+7
| | | | after a unit test has been executed the session will be reopened
* 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
| | | | remove) being called after close() will throw an exception
* 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
| | | | PHP Fatal error: Can't inherit abstract function OCP\ISession::set() (previously declared abstract in OC\Session\Session)
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-303-0/+181
Conflicts: lib/private/vcategories.php