Skip to content

Document the usage of the php.ini save_path #2399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Document the usage of the php.ini save_path #2399

wants to merge 1 commit into from

Conversation

tvlooy
Copy link
Contributor

@tvlooy tvlooy commented Mar 30, 2013

Document the usage of the php.ini save_path

Q A
Doc fix? no
New docs? yes
Applies to all
Fixed tickets #2364

@@ -242,7 +242,15 @@ save_path
**type**: ``string`` **default**: ``%kernel.cache.dir%/sessions``

This determines the argument to be passed to the save handler. If you choose
the default file handler, this is the path where the files are created.
the default file handler, this is the path where the files are created. You can
also set this value to the save_path of your php.ini by overriding it value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to have some inline code blocks here (for save_path and php.ini).

Inline code blocks are indicated with double backticks.

weaverryan added a commit that referenced this pull request Mar 31, 2013
@weaverryan
Copy link
Member

Awesome job Tom! I patched this into the 2.1 branch at sha: 6f0aced

Thanks!

@weaverryan weaverryan closed this Mar 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants