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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -