52 Commits (c36e679519aff20edac1efb8e81a01d272f4e85b)

Author SHA1 Message Date
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
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
Carsten Brandt ab9afd74df phpdoc improvements 10 years ago
Qiang Xue ae8d978270 2.0.0 release. 10 years ago
Qiang Xue 42609dbed5 Fixes #5314: Fixed typo in the implementation of `yii\web\Session::getHasSessionId()` 10 years ago
nkovacs f41abf9105 Update documentation to mention addFlash 10 years ago
Qiang Xue 1cfa5bc9ee Fixes #4740: Added `yii\web\Session::addFlash()` 10 years ago
restyler f1aeac5dc2 addFlash method was implemented 10 years ago
restyler 3d2cac534c Multiple flash messages per type support 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Qiang Xue 7b1cef269d Fixes #3996: Traversing `Yii::$app->session` may cause a PHP error 10 years ago
Qiang Xue 209dd7e600 Fixes #3956: Flash messages set via `Yii::$app->session->setFlash()` will be removed only if they are accessed 10 years ago
Carsten Brandt ad6b191081 improved docs about flash messages 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue a440abad21 doc fix [skip ci] 11 years ago
Qiang Xue c23b671f3b better fix [skip ci] 11 years ago
Qiang Xue 03db4c468a Fixes #2921 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Carsten Brandt 40cb98bb02 updated `@property` annotations 11 years ago
Qiang Xue bd3dd038ab Fixed user status check. 11 years ago
Qiang Xue b751211dae fixed implementation of Session::getHasSessionId(). 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue ec05c0eaf7 typo fix. 11 years ago
Qiang Xue 489c094766 Fixes #1564: Removed `yii\web\Session::autoStart` and added `hasSessionId`. Session will be automatically started when accessing session data 11 years ago
Qiang Xue 26cb7b2a3c Renamed `fooVar` to `fooParam` for various classes. 11 years ago
Qiang Xue 646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to `Session::regenerateID()` call 11 years ago
Qiang Xue 9aa006e5ea Removed implementation of `Arrayable` from `yii\Object` 11 years ago
Qiang Xue bdcd995f00 added missing use statement. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
John Was 7e1e622458 simpler implementation of the handler property in yii\web\Session 11 years ago
John Was 53bb25947d add handler property to yii\web\Session 11 years ago
Carsten Brandt ac3967cab7 removed unused property from Session 11 years ago
DaSourcerer 97645bcfb5 Removed compatibility code for PHP < 5.4 11 years ago
Qiang Xue c7ff329e3c doc fix. 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
egorpromo b6424946e4 Little helpful description for Session::cookieParam 11 years ago
Qiang Xue a7175bae31 Refactored Session as suggested in #1172 11 years ago
egorpromo 7565dec37d More precise descripton fo Session::cookieParam 11 years ago
Alexander Makarov e67b9a8482 Removed check for PHP 5.4 from Session::open() 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago