Skip to content

Commit

Permalink
Added full PDO sessionstorage configuration (closes #2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Dec 17, 2012
1 parent 774e7da commit b9ff20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/configuration/pdo_session_storage.rst
Expand Up @@ -131,7 +131,7 @@ parameter.ini by referencing the database-related parameters defined there:
pdo:
class: PDO
arguments:
- "mysql:dbname=%database_name%"
- "mysql:host=%database_host%;port=%database_port%;dbname=%database_name%"
- %database_user%
- %database_password%
Expand Down

0 comments on commit b9ff20e

Please sign in to comment.