From e0135cfe9c23f2cb9312bcd2fbcfa3dbf024f8d6 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 2 Feb 2007 03:47:40 +0000 Subject: added sess_destroy() into docs --- user_guide/libraries/sessions.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 184eaec1e..b1ce8472f 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -210,8 +210,10 @@ Once you have created your database table you can enable the database option in do not need to write your own routine to do it.

+

Destroying a Session

+

To clear the current session:

+$this->session->sess_destroy();

Session Preferences

-

You'll find the following Session related preferences in your application/config/config.php file:

-- cgit v1.2.3-24-g4f1b