diff options
Diffstat (limited to 'user_guide/libraries/sessions.html')
-rw-r--r-- | user_guide/libraries/sessions.html | 2 |
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> |