From 5155e4839b864122dcfa83a5d00d796560998182 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 14 Jul 2010 08:39:46 +0000 Subject: [PATCH] SessionHandlerMemcache: Fix comments. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2420 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/SessionHandlerMemcache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/SimpleSAML/SessionHandlerMemcache.php b/lib/SimpleSAML/SessionHandlerMemcache.php index 51cc85be1..48a562267 100644 --- a/lib/SimpleSAML/SessionHandlerMemcache.php +++ b/lib/SimpleSAML/SessionHandlerMemcache.php @@ -28,7 +28,7 @@ extends SimpleSAML_SessionHandlerCookie { /** - * Save the current session to the PHP session array. + * Save the current session to memcache. * * @param SimpleSAML_Session $session The session object we should save. */ @@ -39,7 +39,7 @@ extends SimpleSAML_SessionHandlerCookie { /** - * Load the session from the PHP session array. + * Load the session from memcache. * * @return SimpleSAML_Session|NULL The session object, or NULL if it doesn't exist. */ -- GitLab