summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/SessionHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SimpleSAML/SessionHandler.php')
-rw-r--r--lib/SimpleSAML/SessionHandler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SimpleSAML/SessionHandler.php b/lib/SimpleSAML/SessionHandler.php
index debfba0..8d14c09 100644
--- a/lib/SimpleSAML/SessionHandler.php
+++ b/lib/SimpleSAML/SessionHandler.php
@@ -62,9 +62,9 @@ abstract class SimpleSAML_SessionHandler
/**
- * Retrieve the session id of saved in the session cookie.
+ * Retrieve the session ID saved in the session cookie, if there's one.
*
- * @return string The session id saved in the cookie.
+ * @return string|null The session id saved in the cookie or null if no session cookie was set.
*/
abstract public function getCookieSessionId();