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
e1264470
Commit
e1264470
authored
Mar 09, 2012
by
Jérôme Tamarelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix URL to Symfony API doc
parent
7a176af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/cookbook/session_storage.rst
doc/cookbook/session_storage.rst
+1
-1
No files found.
doc/cookbook/session_storage.rst
View file @
e1264470
...
@@ -7,7 +7,7 @@ to large websites use a database to store the session values instead of files,
...
@@ -7,7 +7,7 @@ to large websites use a database to store the session values instead of files,
because databases are easier to use and scale in a multi-webserver environment.
because databases are easier to use and scale in a multi-webserver environment.
Symfony2 has multiple session storage solutions. For database, its called
Symfony2 has multiple session storage solutions. For database, its called
`PdoSessionStorage <http://api.symfony.com/master/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.html>
`PdoSessionStorage <http://api.symfony.com/master/Symfony/Component/HttpFoundation/Session
/
Storage/PdoSessionStorage.html>
To use it, you need to replace the ``session.storage`` service in your application.
To use it, you need to replace the ``session.storage`` service in your application.
Example
Example
...
...
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