We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa4e7a commit 81ac36cCopy full SHA for 81ac36c
roundup/backends/sessions.py
@@ -1,12 +1,12 @@
1
-#$Id: sessions.py,v 1.5 2003-06-24 06:47:44 anthonybaxter Exp $
2
-'''
+#$Id: sessions.py,v 1.6 2003-09-05 21:05:18 jlgijsbers Exp $
+"""
3
This module defines a very basic store that's used by the CGI interface
4
to store session and one-time-key information.
5
6
Yes, it's called "sessions" - because originally it only defined a session
7
class. It's now also used for One Time Key handling too.
8
9
10
11
import anydbm, whichdb, os, marshal
12
0 commit comments