52 Commits

Author SHA1 Message Date
ab25b8a358 10218 - Fix for session regenerate id issue that occured after user logged out #10218 2016-01-19 13:02:43 +03:00
c39c0b3ddd returned shutdown handler to it's original place 2015-12-18 17:28:58 +05:00
84702f1e6f 1. Added init() warning to session component
2. register_shutdown_function() for Session::close now only calls after successful session open
2015-12-15 12:12:27 +05:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
6d9fe671de various code style and whitespace adjustments 2015-08-02 00:27:19 +02:00
0c5e4b7105 PSR-2 foreach statement 2015-06-08 23:21:21 +03:00
f68e970de2 link to PHP classes just as we do with normal classes
apidoc can handle this!
2015-06-05 21:53:24 +02:00
8e33fbfbff Fixes #7636: yii\web\Session::getHasSessionId() uses a more lenient way to check if session ID is provided in URL 2015-03-26 22:57:27 -04:00
6481d13494 Optimized checks order in conditions 2015-02-08 17:56:36 +03:00
ab9afd74df phpdoc improvements 2014-10-23 00:25:41 +02:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
42609dbed5 Fixes #5314: Fixed typo in the implementation of yii\web\Session::getHasSessionId() 2014-10-02 12:53:04 -04:00
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02:00
1cfa5bc9ee Fixes #4740: Added yii\web\Session::addFlash() 2014-08-18 14:20:09 -04:00
f1aeac5dc2 addFlash method was implemented 2014-08-18 14:14:24 -04:00
3d2cac534c Multiple flash messages per type support 2014-08-18 14:14:23 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
7b1cef269d Fixes #3996: Traversing Yii::$app->session may cause a PHP error 2014-06-21 13:32:40 -04:00
209dd7e600 Fixes #3956: Flash messages set via Yii::$app->session->setFlash() will be removed only if they are accessed 2014-06-19 21:36:48 -04:00
ad6b191081 improved docs about flash messages 2014-05-19 12:34:31 +02:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
a440abad21 doc fix [skip ci] 2014-04-02 11:18:41 -04:00
c23b671f3b better fix [skip ci] 2014-03-30 12:39:22 -04:00
03db4c468a Fixes #2921 2014-03-30 12:38:04 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
40cb98bb02 updated @property annotations 2014-03-11 16:21:25 +01:00
bd3dd038ab Fixed user status check. 2014-03-08 15:36:07 -05:00
b751211dae fixed implementation of Session::getHasSessionId(). 2014-03-08 15:29:00 -05:00
fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 2014-03-07 19:08:27 -05:00
ec05c0eaf7 typo fix. 2014-03-01 20:15:21 -05:00
489c094766 Fixes #1564: Removed yii\web\Session::autoStart and added hasSessionId. Session will be automatically started when accessing session data 2014-02-28 22:12:31 -05:00
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
646e371b44 Fixes #1812: Hide potential warning message due to race condition occurring to Session::regenerateID() call 2014-02-04 17:02:32 -05:00
9aa006e5ea Removed implementation of Arrayable from yii\Object 2014-01-21 16:44:28 -05:00
bdcd995f00 added missing use statement. 2014-01-10 23:05:25 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
6e997cb428 improved contact page. 2013-05-03 17:28:19 -04:00
92e634db66 Ability to configure session cookie, httponly by default 2013-03-29 22:54:45 +04:00
e7295ad564 Use __METHOD__ as log category. 2013-03-28 20:07:49 -04:00
1fbf81be57 User WIP. 2013-03-28 17:43:27 -04:00
5d6c9a4c9f Fixed session bug. 2013-03-27 14:47:47 -04:00
c03a3ff858 Finishes flash feature. 2013-03-27 11:39:05 -04:00
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
f610527a55 finished session components. 2013-03-03 21:51:06 -05:00
a8a3e1a9c8 session WIP 2013-03-03 16:51:36 -05:00
e66729840d Finished cookie.
Finished SecurityHelper.
2013-03-02 22:03:35 -05:00
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00