From 990e3c6c79f68a396cd39fc99e798bc4333a3afc Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Sep 2006 18:47:00 +0000 Subject: --- user_guide/libraries/sessions.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 1050e1102..f8549a5c9 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -183,7 +183,7 @@ query is performed to match it. If the session ID does not match, the session i be updated, they can only be generated when a new session is created.

In order to store sessions, you must first create a database table for this purpose. Here is the basic -prototype required by the session class:

+prototype (for MySQL) required by the session class: