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
Post a Comment