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
eb941a8f
Commit
eb941a8f
authored
Feb 16, 2013
by
Alexey Zakhlestin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proper prefixes for cookie options
parent
c421eab3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/providers/session.rst
doc/providers/session.rst
+4
-4
No files found.
doc/providers/session.rst
View file @
eb941a8f
...
@@ -21,10 +21,10 @@ Parameters
...
@@ -21,10 +21,10 @@ Parameters
* **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)
* **cookie_lifetime**: Cookie lifetime
* **cookie_lifetime**: Cookie lifetime
* **path**: Cookie path
* **
cookie_
path**: Cookie path
* **domain**: Cookie domain
* **
cookie_
domain**: Cookie domain
* **secure**: Cookie secure (HTTPS)
* **
cookie_
secure**: Cookie secure (HTTPS)
* **httponly**: Whether the cookie is http only
* **
cookie_
httponly**: Whether the cookie is http only
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.
...
...
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