89 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
scottix 975937e531
Fix #18006: Allow SameSite cookie pre PHP 7.3 4 years ago
schevgeny 15d425a3e3
Fix #17843: Fix `yii\web\Session::setCookieParamsInternal` check param "samesite" 5 years ago
Alexander Makarov aeff8466ff
Fix #17544: Removed incorrect statement about default value from Session::$gCProbability and its getter [skip ci] 5 years ago
rhertogh 1ed6ec1e5c Fixes #17353: Added `sameSite` support for `yii\web\Cookie` and `yii\web\Session::cookieParams` 5 years ago
Pavel Dovlatov bdb7c64910 Update to https protocol for php.net links (#17168) [skip ci] 6 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Vladimir Reznichenko 6dd2aec011 [minor]: SCA (#16269) 6 years ago
bscheshirwork 7473c422ee Fixes #15318: Fixed "session_name(): Cannot change session name when session is active" errors 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Alexander Makarov 25f8b263e5
Fixes #14811: Fixed `yii\filters\HttpCache` to work with PHP 7.2 7 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
Alexander Makarov 73fe41ee9f
Removed redundant condition 7 years ago
Alexander Makarov d86db78276
Extra checks 7 years ago
Alexander Makarov 7924a22490
Remove extra condition 7 years ago
Alexander Makarov 07e623e415
Don't use open() method because it registers handlers 7 years ago
Alexander Makarov a23a325ca7
Fixes #15627: Corrected session freezing/unfreezing not to attempt opening or closing connection if it isn't necessary 7 years ago
Alexander 24f4e3126a Bug #15523: `yii\web\Session` settings could now be configured after session is started (StalkAlex, rob006, daniel1302, samdark) 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Carsten Brandt 4af62a6bd7
improve session PHPdoc 8 years ago
SilverFire - Dmitry Naumenko ab36cb29e1
Updated PHPDocs: marked session-handling methods as internal 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Klimov Paul 22a224d232 Usage of `extract()` at `Session::setCookieParamsInternal()` removed 8 years ago
SilverFire - Dmitry Naumenko eb02b362be Revert "Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility" 8 years ago
SilverFire - Dmitry Naumenko f7bd7c2b6b Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility 8 years ago
Alexander Makarov 0ae73251ee Fixed tests 8 years ago
Alexander Makarov 457abe8939 Fixes #12085: Fixed session destruction sequence 8 years ago
Alexander Makarov ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 8 years ago
Alexander Makarov b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 8 years ago
Alexander Makarov 25e0a879d6 Added output check for session handler #10583 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
Alexander Makarov 7c6f76cb1a Fixes #10583: Do not silence session errors in debug mode 8 years ago
Carsten Brandt 217d50e4ff improved PHPdoc and `@since` annotations 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
cartmanchen fc987f48de Fixes #11459: Fixed flash messages not destroyed when `session.auto_start = 1` set in php.ini 9 years ago
Andrew Nester ab25b8a358 10218 - Fix for session regenerate id issue that occured after user logged out #10218 9 years ago
AnatolyRugalev c39c0b3ddd returned shutdown handler to it's original place 9 years ago
AnatolyRugalev 84702f1e6f 1. Added init() warning to session component 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Qiang Xue 8e33fbfbff Fixes #7636: `yii\web\Session::getHasSessionId()` uses a more lenient way to check if session ID is provided in URL 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago