aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/security.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-17 17:30:47 -0700
committerXavier Noria <fxn@hashref.com>2011-08-17 17:30:47 -0700
commit12c0ea954ae1245013902c485d5d3e794381e3df (patch)
tree1b233642f0ed74cd80eb1cacf64a828b453323e7 /railties/guides/source/security.textile
parent3b5eb11664b8257d35dced58f1d65e34fa4a6c1f (diff)
parent6783ce0de4511e2568765f2e4919758d70690391 (diff)
downloadrails-12c0ea954ae1245013902c485d5d3e794381e3df.tar.gz
rails-12c0ea954ae1245013902c485d5d3e794381e3df.tar.bz2
rails-12c0ea954ae1245013902c485d5d3e794381e3df.zip
Merge branch 'master' of https://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/security.textile')
-rw-r--r--railties/guides/source/security.textile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/guides/source/security.textile b/railties/guides/source/security.textile
index 1f6ff88c1f..04d1d0bda8 100644
--- a/railties/guides/source/security.textile
+++ b/railties/guides/source/security.textile
@@ -80,7 +80,6 @@ This will also be a good idea, if you modify the structure of an object and old
* _(highlight)Critical data should not be stored in session_. If the user clears his cookies or closes the browser, they will be lost. And with a client-side session storage, the user can read the data.
-
h4. Session Storage
-- _Rails provides several storage mechanisms for the session hashes. The most important are ActiveRecordStore and CookieStore._