summaryrefslogtreecommitdiff
path: root/TWiki/SessionPlugin.mdwn
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2003-01-11 05:34:57 +0000
committerGrant Bowman <grantbow at grantbow dot com>2003-01-11 05:34:57 +0000
commit655aae4ce827b15347d70563a44fd315df97ba74 (patch)
treec4194f81c55fd339edeb62fe905cdd0aaf82b229 /TWiki/SessionPlugin.mdwn
parent1a9c9ececec0ba3461750fd54fc1e7e22c6ce3fd (diff)
none
Diffstat (limited to 'TWiki/SessionPlugin.mdwn')
-rw-r--r--TWiki/SessionPlugin.mdwn20
1 files changed, 19 insertions, 1 deletions
diff --git a/TWiki/SessionPlugin.mdwn b/TWiki/SessionPlugin.mdwn
index 4bcfe98e..f69dbd18 100644
--- a/TWiki/SessionPlugin.mdwn
+++ b/TWiki/SessionPlugin.mdwn
@@ -1 +1,19 @@
-d
+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