]> source.dussan.org Git - nextcloud-server.git/commit
Abstract the session away in a class
authorRobin Appelman <icewind@owncloud.com>
Mon, 27 May 2013 22:50:00 +0000 (00:50 +0200)
committerRobin Appelman <icewind@owncloud.com>
Mon, 27 May 2013 22:50:00 +0000 (00:50 +0200)
commit76d13120eaf0bb6ed5661baa898b13cc6d35b111
tree45861592727f1ef0452d3fc30e6a943e68d6d7ac
parentaeff1a4c4d579e2370bfab3a65cdf918d689d463
Abstract the session away in a class
lib/session/internal.php [new file with mode: 0644]
lib/session/memory.php [new file with mode: 0644]
lib/session/session.php [new file with mode: 0644]
tests/lib/session/memory.php [new file with mode: 0644]
tests/lib/session/session.php [new file with mode: 0644]