geofrey Posted July 10, 2021 Posted July 10, 2021 kindly assist, every time i want to add products from the admin panel i immediately get logged out, i am now unable to add products or categories
0 led24ee Posted July 10, 2021 Posted July 10, 2021 1 hour ago, geofrey said: kindly assist, every time i want to add products from the admin panel i immediately get logged out, i am now unable to add products or categories Try to delete all cookies.
0 undecided Posted July 10, 2021 Posted July 10, 2021 (edited) Go to administration - preferences in the Admin panel and set "Check the cookie's IP address" to NO After that clear your browser cookies and cache. Edited July 10, 2021 by undecided
0 the.rampage.rado Posted July 11, 2021 Posted July 11, 2021 16 hours ago, undecided said: Go to administration - preferences in the Admin panel and set "Check the cookie's IP address" to NO After that clear your browser cookies and cache. This should 'solve' your problem.
0 datakick Posted July 12, 2021 Posted July 12, 2021 This is common problem for those that use cloudflare. The solution is indeed to disable 'Check the cookie's IP address'.
0 undecided Posted July 12, 2021 Posted July 12, 2021 1 hour ago, datakick said: This is common problem for those that use cloudflare. It's not only cloudflare or other CDN's, but I do not know the reason for the issue. In the past I never have been logged out automatically, but after I changed the server (same hosting, just service upgrade) I faced the same problem of being logged out automatically and I do not use any CDN. As the problem was solved with disabling the cookie check I have never searched for the real reason, but if somebody might have some idea it would not be bad to know the reason.
0 datakick Posted July 12, 2021 Posted July 12, 2021 5 minutes ago, undecided said: It's not only cloudflare or other CDN's, but I do not know the reason for the issue. In the past I never have been logged out automatically, but after I changed the server (same hosting, just service upgrade) I faced the same problem of being logged out automatically and I do not use any CDN. As the problem was solved with disabling the cookie check I have never searched for the real reason, but if somebody might have some idea it would not be bad to know the reason. This problem happens when there are proxy servers in front of your store. These proxy servers usually act as a cache or a load balancer. When your visitors visit your server, the browser would send request to the proxy server. If proxy can't handle the request itself (usually because it's for dynamic php file), it will make it's own request to your php server. From the perspective of your php server the client IP address is address of proxy server, not IP address of actual visitor (request come from proxy server, not from browser). Now, as long as there is only one proxy server everything works fine, because the IP address of the client remains the same. However, if there are multiple, load balanced, proxy servers in front of your store, then each request to your php server can actually come from different proxy server with different IP address, and cookie the security enabled by 'Check the cookie's IP address' will take place. Thirtybees will block such requests, and that's correct behaviour. 1 1
Question
geofrey
kindly assist, every time i want to add products from the admin panel i immediately get logged out, i am now unable to add products or categories
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now