Skip to content

Commit

Permalink
Update configuration.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tranfuga25s committed Dec 22, 2014
1 parent 1519743 commit b48a76e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions es/development/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,18 +327,20 @@ Session
* 'database' - Usa sesiones en base de datos de CakePHP.
* 'cache' - Usa la clase de Cache para guardar las sesiones.

To define a custom session handler, save it at ``app/Model/Datasource/Session/<name>.php``.
Make sure the class implements :php:interface:`CakeSessionHandlerInterface`
and set Session.handler to <name>
Para definir un administrador de sesiones personalizado, agregado en
``app/Model/Datasource/Session/<nombre>.php``. Asegurate de que la clase implementa
:php:interface:`CakeSessionHandlerInterface` y coloca la clave Session.handler
a <nombre>

To use database sessions, run the ``app/Config/Schema/sessions.php`` schema using
the cake shell command: ``cake schema create Sessions``
Para utilizar las sesiones en base de datos, ejecuta el esquema
``app/Config/Schema/sessions.php`` usando el comando de consola:
``cake schema create Sessions``

Security.salt
A random string used in security hashing.
Una cadena aleatora utilizada para hashing seguro.
Security.cipherSeed
A random numeric string (digits only) used to encrypt/decrypt
strings.
Una cadena aleator numerica (solo digitos) usado para encriptar y
desencrimptar cadenas.
Asset.timestamp
Appends a timestamp which is last modified time of the particular
file at the end of asset files URLs (CSS, JavaScript, Image) when
Expand Down

0 comments on commit b48a76e

Please sign in to comment.