This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation/Session/Storage
Fabien Potencier 74ebd057a1 merged branch tna/session-cache-limiter (PR #3400)
Commits
-------

fb2bb65 [HttpFoundation] Fix session.cache_limiter is not set correctly

Discussion
----------

[HttpFoundation] Fix session.cache_limiter is not set correctly

Bug fix: yes
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

Fixes a regression after the session refactoring where extra cache control http headers are sent.

This was previously handled by [calling session_cache_limiter(false) in NativeSessionStorage](https://github.com/symfony/symfony/blob/2.0/src/Symfony/Component/HttpFoundation/SessionStorage/NativeSessionStorage.php#L81)

---------------------------------------------------------------------------

by drak at 2012-02-21T12:23:48Z

@fabpot - this code can be merged imo.
2012-02-21 14:47:46 +01:00
..
AbstractSessionStorageTest.php [HttpFoundation] Fix session.cache_limiter is not set correctly 2012-02-19 21:07:38 +01:00
MemcachedSessionStorageTest.php [HttpFoundation] Make SessionHandlerInterface compatible with PHP 5.4's SessionHandlerInterface 2012-02-13 11:35:29 +05:45
MemcacheSessionStorageTest.php Improved unit tests for MemcacheSessionStorage 2012-02-19 19:54:54 +01:00
MockArraySessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
MockFileSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
NativeFileSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
NativeMemcachedSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
NativeMemcacheSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
NativeSqliteSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00
NullSessionStorageTest.php reverted 5b7ef11650 (Simplify session 2012-02-11 12:04:50 +01:00