Skip to content

Commit

Permalink
update German readme with session secret
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
  • Loading branch information
burningTyger authored and rkh committed Mar 15, 2011
1 parent cbd32da commit b23d9dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.de.rdoc
Expand Up @@ -811,6 +811,13 @@ aufrufen, sondern die Middleware wie üblich in das Programm einbinden:
session[:value] = params[:value]
end

Um die Sicherheit zu erhöhen, können Cookies, die Session Daten führen, mit
einem sogenannten Session Secret versehen werden. Da sich jedoch dieses
Geheimwort bei jedem Neustart der Applikation automatisch ändert, ist es
sinnvoll selber eins zu wählen, damit alle Instanzen der Applikation sich das
gleiche Session Sectret teilen:

set :session_secret, 'super secret'

== Anhalten

Expand Down

0 comments on commit b23d9dd

Please sign in to comment.