summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/sessions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/libraries/sessions.rst')
-rw-r--r--user_guide_src/source/libraries/sessions.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index c76bccb8c..010b464d3 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -509,7 +509,6 @@ your config.php file to an array including your driver name::
$config['sess_valid_drivers'] = array('sess_driver');
-
***************
Class Reference
***************
@@ -536,7 +535,7 @@ Class Reference
.. note:: This method should be the last one called, and even flash
variables will no longer be available after it is used.
- If you only want some items destroyed and not all, use
+ If you only want some items destroyed and not all, use
``unset_userdata()``.
.. method:: sess_regenerate([$destroy = FALSE])