aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Benkard <matthias.benkard@egym.de>2014-08-14 09:38:28 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2015-04-23 21:55:01 +0200
commit9e680b80e0c22ce76b6314741e05f1bcb0deb4f9 (patch)
tree260cb3a89bbf68ce29090c0b93d8d6f4175427e4 /README.md
parent985a0147726a490c3e586a46ea916893db389bb8 (diff)
Make stateless.
MulkyID does not use session state stored in /tmp anymore. Instead, it uses a cookie encrypted with the private part of the MulkyID instance's RSA key.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff74a38..c2f9f1a 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,6 @@ The following CPAN modules need to be installed:
* `CGI`
* `CGI::Fast`
- * `CGI::Session`
* `common::sense`
* `Crypt::OpenSSL::RSA`
* `Crypt::OpenSSL::Bignum`