diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-08-31 04:33:38 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-08-31 04:33:38 +0200 |
commit | 52ace4322b6ff02b8d0212197355ac9ee25e63f2 (patch) | |
tree | a6c84ad9f5761fbf6b6621701adf9ec984868e08 /user_guide/libraries/sessions.html | |
parent | 5485db50775d4e2f76a593ef8b3425f6a1b90666 (diff) |
added link for encryption key in Session class to the explanation in the Encryption lib
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 7dc386fd4..a8e3b3496 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -69,7 +69,7 @@ use the database option you'll need to create the session table as indicated bel generates its own session data, offering more flexibility for developers.</p> <p class="important"><strong>Note:</strong> 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.</p> +an <a href="./encryption.html">encryption key</a> in your config file which is used to aid in preventing session data manipulation.</p> <h2>Initializing a Session</h2> |