Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading issue with admin panel. #13

Open
vishalbareja opened this issue Nov 17, 2016 · 0 comments
Open

Loading issue with admin panel. #13

vishalbareja opened this issue Nov 17, 2016 · 0 comments

Comments

@vishalbareja
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant