diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-02-18 15:57:16 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-02-18 15:57:16 +0100 |
commit | 88ea9b8ab3d56db51d32b418046b1387dcbe93c3 (patch) | |
tree | cd5a652b48384146d6f488b00e6f9acfdfb4492f /lib/SimpleSAML | |
parent | 61735f8eb116d066aab5b036b94170c18ad7e946 (diff) | |
download | simplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.zip simplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.tar.gz simplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.tar.bz2 |
Mark the old Auth MemCookie implementation as deprecated.
Diffstat (limited to 'lib/SimpleSAML')
-rw-r--r-- | lib/SimpleSAML/AuthMemCookie.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/SimpleSAML/AuthMemCookie.php b/lib/SimpleSAML/AuthMemCookie.php index c896656..ab69515 100644 --- a/lib/SimpleSAML/AuthMemCookie.php +++ b/lib/SimpleSAML/AuthMemCookie.php @@ -7,6 +7,8 @@ * * @author Olav Morken, UNINETT AS. * @package SimpleSAMLphp + * + * @deprecated This class has been deprecated and will be removed in SSP 2.0. Use the memcookie module instead. */ class SimpleSAML_AuthMemCookie { |