From 9eb99bce5e1a62c5df8758eaf82f6edee61c35b1 Mon Sep 17 00:00:00 2001
From: Quinn Chrzan
Date: Thu, 29 May 2014 18:46:06 -0400
Subject: Updating docs for xor_encode removal
---
user_guide/libraries/sessions.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'user_guide/libraries/sessions.html')
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html
index 1b7b73ab9..989170a45 100644
--- a/user_guide/libraries/sessions.html
+++ b/user_guide/libraries/sessions.html
@@ -71,6 +71,8 @@ generates its own session data, offering more flexibility for developers.
Note: Even if you are not using encrypted sessions, you must set
an encryption key in your config file which is used to aid in preventing session data manipulation.
+Note: The Session class relies on the Encryption class, so you must have Mcrypt extension installed
+
Initializing a Session
Sessions will typically run globally with each page load, so the session class must either be
@@ -338,4 +340,4 @@ Next Topic: Trackback Class