summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/sessions.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2010-07-13 15:41:11 +0200
committerDerek Allard <derek.allard@ellislab.com>2010-07-13 15:41:11 +0200
commit9a42f58bdafb4f1558ad25f81c66c03ca4d6e9d9 (patch)
treed8aa089467aef1846de0f8e33c80dee351d994c7 /user_guide/libraries/sessions.html
parentf1a02f9784a8e4b4ee65705f6524d8c1bff20a80 (diff)
example fix
Diffstat (limited to 'user_guide/libraries/sessions.html')
-rw-r--r--user_guide/libraries/sessions.html2
1 files changed, 1 insertions, 1 deletions
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
<p>Make sure you've specified the table name in your config file as well:</p>
-<code>$config['sess_table_name'] = 'ci_sessions";</code>
+<code>$config['sess_table_name'] = 'ci_sessions';</code>
<p class="important"><strong>Note:</strong> 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.</p>