Fabien Potencier
|
b4028350d2
[HttpFoundation] standardized cookie paths (an empty path is equivalent to /)
|
13 年之前 |
Fabien Potencier
|
1e7e6ba305
[HttpFoundation] removed the possibility for a cookie path to set it to null (as this is equivalent to /)
|
13 年之前 |
Fabien Potencier
|
7dcbcbe69d
[HttpFoundation] tagged public @api
|
14 年之前 |
Brikou CARRE
|
896c294b58
[HttpFoundation] added phpdoc + exception fix
|
14 年之前 |
Fabien Potencier
|
1aabc5da64
fixed CS
|
14 年之前 |
Fabien Potencier
|
9714524b39
fixed a unit test and CS
|
14 年之前 |
jsor
|
fd6c254b47
[HttpFoundation] changed checking for deleted cookie to be conform with setcookie()
|
14 年之前 |
jsor
|
fc1a8cac35
[HttpFoundation] allow negative values for cookies expires timestamp
|
14 年之前 |
jsor
|
e6d929aa71
[HttpFoundation] added __toString() method
|
14 年之前 |
Fabien Potencier
|
17aa0ed0ed
changed the default httpOnly value for cookie for better security out of the box
|
14 年之前 |
Fabien Potencier
|
e2c9fdf2c7
[HttpFoundation] fixed expiration time for Cookie (PHP wants a Unix timestamp)
|
14 年之前 |
Fabien Potencier
|
66c4bc727c
[HttpFoundation] renamed Cookie::getExpire() to getExpiresTime() to be consistent with the DomCrawler component
|
14 年之前 |
Fabien Potencier
|
84dde4074a
[HttpFoundation] changed default value of Cookie httponly argument to match PHP defaults
|
14 年之前 |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 年之前 |
Fabien Potencier
|
a137d72351
Merge remote branch 'hhamon/cookie_path_fix'
|
14 年之前 |
Fabien Potencier
|
51023eea86
[HttpFoundation] fixed CS
|
14 年之前 |
Robert Schönthal
|
87e1359ebd
[HttpFoundation] more sophisticated checks for valid expiration
|
14 年之前 |
Hugo Hamon
|
ad56bd8e47
[HttpFoundation] fix cookie path default value to / and added some new unit tests to cover the class
|
14 年之前 |
Dominique Bongiraud
|
996c2b0914
[HttpFoundation] Moved licence
|
14 年之前 |
Johannes M. Schmitt
|
98b52b607c
better support for cookie handling, use native PHP function to set cookies
|
14 年之前 |