Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
fcd93b34
Commit
fcd93b34
authored
Mar 08, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a note about all possible options for the session (refs #633)
parent
a31af557
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/providers/session.rst
doc/providers/session.rst
+4
-1
No files found.
doc/providers/session.rst
View file @
fcd93b34
...
@@ -16,7 +16,7 @@ Parameters
...
@@ -16,7 +16,7 @@ Parameters
In case of the default `NativeSessionStorage
In case of the default `NativeSessionStorage
<http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.html>`_,
<http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.html>`_,
the
possible
options are:
the
most useful
options are:
* **name**: The cookie name (_SESS by default)
* **name**: The cookie name (_SESS by default)
* **id**: The session id (null by default)
* **id**: The session id (null by default)
...
@@ -29,6 +29,9 @@ Parameters
...
@@ -29,6 +29,9 @@ Parameters
However, all of these are optional. Sessions last as long as the browser is
However, all of these are optional. Sessions last as long as the browser is
open. To override this, set the ``lifetime`` option.
open. To override this, set the ``lifetime`` option.
For a full list of available options, read the `PHP
<http://php.net/session.configuration>`_ official documentation.
* **session.test**: Whether to simulate sessions or not (useful when writing
* **session.test**: Whether to simulate sessions or not (useful when writing
functional tests).
functional tests).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment