summaryrefslogtreecommitdiff
path: root/TWiki/SessionPlugin.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-15 10:15:33 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-15 10:15:33 +0200
commita681e1688bb93f1baa2f1646d4f677a4d29f07db (patch)
treeb1737725e1c42706c991146a166e4300acc5fa5d /TWiki/SessionPlugin.mdwn
parent1636e576934c7c34c52b4601a92e431ab7cc176f (diff)
Weed TWiki/.
Diffstat (limited to 'TWiki/SessionPlugin.mdwn')
-rw-r--r--TWiki/SessionPlugin.mdwn19
1 files changed, 0 insertions, 19 deletions
diff --git a/TWiki/SessionPlugin.mdwn b/TWiki/SessionPlugin.mdwn
deleted file mode 100644
index f69dbd18..00000000
--- a/TWiki/SessionPlugin.mdwn
+++ /dev/null
@@ -1,19 +0,0 @@
-This Plugin allows session information to be retained whilst a browser is running. It does this by storing a small session cookie in the browser. This contains an identification string that TWiki uses to extract session information on the server.
-
-Notes:
-
-* The cookie is not persistant
-
-* The session information is stored in files under `data/.sessions/`
-
-* Old session files should be deleted by a cron job
-
-* The identification string used for a session is:
-
-* * time (second resolution) + random number
-
-* If url parameter `stickskin` is present, its value sets the session value for `SKIN` i.e. you then stick on this skin. Get back to defalt skin with _stickskin=._
-
-* Set SHORTDESCRIPTION = Holds session information on server, session identified from sessionId stored in non-persistant cookie
-
-* Set DEBUG = 1