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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -