aboutsummaryrefslogtreecommitdiffstats
path: root/lib/session/session.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-79/+0
| | | | | Conflicts: lib/private/vcategories.php
* Add interface for Session and add getter in server container.Thomas Tanghus2013-09-171-1/+1
|
* implement ArrayInterface with SessionRobin Appelman2013-05-281-7/+38
|
* Abstract the session away in a classRobin Appelman2013-05-281-0/+48