javascript - session time out process in jquery -


i creating yii2(php) web page normal session time out,

in web page using button click function in jquery form submit.

if session time out. click function working.page wise it's not error.its not going login page

what solution this

code

 'user' => [             'identityclass' => 'app\models\user',             'enableautologin' => false,            'enablesession' => true,             'authtimeout' => 1800,         ], 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -