You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all i would like to thank you for given us Yii CMS tool.
I implement easyiishop with my project. in localhost its working f9 and all functionality reflect properly But when i hosted its then admin panel is not working properly. its take to much loading.
I found one solution for that
'user' => [
'identityClass' => 'yii\easyii\models\Admin',
'enableAutoLogin' => true,
'authTimeout' => 86400,
],
'session' => [
'name' => 'PHPBACKSESSID1',
'savePath' => sys_get_temp_dir(),
],
But its stuck within a minute. when i change session name then its again work for small time.
Please help me for adminpanel loading issue resolve.
The text was updated successfully, but these errors were encountered:
Hello noumo,
First of all i would like to thank you for given us Yii CMS tool.
I implement easyiishop with my project. in localhost its working f9 and all functionality reflect properly But when i hosted its then admin panel is not working properly. its take to much loading.
I found one solution for that
'user' => [
'identityClass' => 'yii\easyii\models\Admin',
'enableAutoLogin' => true,
'authTimeout' => 86400,
],
'session' => [
'name' => 'PHPBACKSESSID1',
'savePath' => sys_get_temp_dir(),
],
But its stuck within a minute. when i change session name then its again work for small time.
Please help me for adminpanel loading issue resolve.
The text was updated successfully, but these errors were encountered: