Skip to content
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

Add Session Cache Limiting section for NativeSessionStorage #4728

Merged
merged 1 commit into from
May 23, 2015

Conversation

mrclay
Copy link
Contributor

@mrclay mrclay commented Jan 1, 2015

Q A
Doc fix? yes
New docs? no
Applies to 2.1+
Fixed tickets (none)

We're implementing HttpFoundation (by itself) to replace our native session implementation and noticed that NativeSessionStorage eliminates the global session.cache_limiter value. I understand why it must do this, but users should be warned that the default usage prescribed in the manual will cause all pages to be sent with no cache-busting headers.

@weaverryan
Copy link
Member

Wow, yep - pretty subtle. Thanks for the note Steve!

@weaverryan weaverryan merged commit 028038e into symfony:2.3 May 23, 2015
weaverryan added a commit that referenced this pull request May 23, 2015
…rage (mrclay)

This PR was merged into the 2.3 branch.

Discussion
----------

Add Session Cache Limiting section for NativeSessionStorage

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.1+
| Fixed tickets | (none)

We're implementing HttpFoundation (by itself) to replace our native session implementation and noticed that NativeSessionStorage [eliminates the global session.cache_limiter value](symfony/symfony@39526df). I understand *why* it must do this, but users should be warned that the default usage prescribed in the manual will cause all pages to be sent with no cache-busting headers.

Commits
-------

028038e Add section about setting cache_limiter in NativeSessionStorage
@mrclay mrclay deleted the cache_limiter branch May 24, 2015 21:21
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.

3 participants