summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/sessions.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-19 21:03:57 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-19 21:03:57 +0100
commitd8e25e94583706b02e0d39f7c108f4fb7ced656d (patch)
tree1564fc29548a967e184086230eb2f6cf01d82f74 /user_guide_src/source/libraries/sessions.rst
parent9a0e66096a1d70c28a7d5358f966f936f609d52b (diff)
[ci skip] Some polishing to the latest doc changes
Diffstat (limited to 'user_guide_src/source/libraries/sessions.rst')
-rw-r--r--user_guide_src/source/libraries/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index be1a39ef2..18433d1ac 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -378,7 +378,7 @@ by default: 'session_id', 'ip_address', 'user_agent', 'last_activity'.
This was due to the specifics of how sessions worked, but is now no longer
necessary with our new implementation. However, it may happen that your
application relied on these values, so here are alternative methods of
-accessing them::
+accessing them:
- session_id: ``session_id()``
- ip_address: ``$_SERVER['REMOTE_ADDR']``