summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/sessions.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-03 16:08:27 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-03 16:08:27 +0100
commitcc042095bcce9856402cc04997f44310074716e0 (patch)
treef5daea090ea2fcd5deba8d908b2fac495f69e5dd /user_guide_src/source/libraries/sessions.rst
parent3a5638b51deb1921a149d416846e3078bc38163d (diff)
[ci skip] Some more generic user guide cleanup
Diffstat (limited to 'user_guide_src/source/libraries/sessions.rst')
-rw-r--r--user_guide_src/source/libraries/sessions.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index b3de2252c..8e117bee6 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -9,6 +9,13 @@ which supports usage of the native PHP Session mechanism. In addition,
you may create your own `Custom Drivers`_ to store session data however
you wish, while still taking advantage of the features of the Session class.
+.. contents::
+ :local:
+
+.. raw:: html
+
+ <div class="custom-index container"></div>
+
Initializing a Session
======================
@@ -27,7 +34,7 @@ use the ``$this->load->driver`` function::
Once loaded, the Sessions library object will be available using::
-$this->session
+ $this->session
How do Sessions work?
=====================