You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature symfony#4728 Add Session Cache Limiting section for NativeSessionStorage (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
0 commit comments