From 9a42f58bdafb4f1558ad25f81c66c03ca4d6e9d9 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 13 Jul 2010 09:41:11 -0400 Subject: example fix --- user_guide/libraries/sessions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/sessions.html') diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 58f2148cd..78049d226 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -216,7 +216,7 @@ Once you have created your database table you can enable the database option in

Make sure you've specified the table name in your config file as well:

-$config['sess_table_name'] = 'ci_sessions"; +$config['sess_table_name'] = 'ci_sessions';

Note: The Session class has built-in garbage collection which clears out expired sessions so you do not need to write your own routine to do it.

-- cgit v1.2.3-24-g4f1b