fun_9990 Posted January 22, 2019 Share Posted January 22, 2019 (edited) I would like to go to [ Administration > Preferences > and disable the option "Check the IP address on the cookie" ] because I have to disable "Check the IP address on the cookie" but unfortunately, I'm throwen out from admin panel over and over when I want to do that How can I change this Setting from "enable" to "disable"? I think I can do this from the database within the terminal or change PHP file to do that please say me How can I do this? Edited January 23, 2019 by fun_9990 (see edit history) Link to comment Share on other sites More sharing options...
tonicor Posted May 31, 2019 Share Posted May 31, 2019 (edited) Please, how did you solve it?. I'm throwen out from admin panel over and over when I want to do that too. Edited May 31, 2019 by tonicor (see edit history) Link to comment Share on other sites More sharing options...
RobertoSV Posted February 5, 2020 Share Posted February 5, 2020 Look at /configure/advanced/administration/ Link to comment Share on other sites More sharing options...
PPSA Posted September 7, 2020 Share Posted September 7, 2020 Same issue here, log in screen keeps on returning and cant disable the cookie check Link to comment Share on other sites More sharing options...
Lalaru Posted March 10, 2021 Share Posted March 10, 2021 UPDATE ps_configuration SET value = 0 WHERE name='PS_COOKIE_CHECKIP' 3 Link to comment Share on other sites More sharing options...
DouglasB16 Posted May 23, 2021 Share Posted May 23, 2021 (edited) On 3/10/2021 at 10:12 AM, Lalaru said: UPDATE ps_configuration SET value = 0 WHERE name='PS_COOKIE_CHECKIP' I do not have PREFIX_COOKIE_CHECKIP in my prefix_configuration phpmyadmin database file. and I deleted !Configuration::get('PS_COOKIE_CHECKIP')) in classes/cookies.php file and still I am getting logged out of my back office. I did notice when I checked my browsers cookie log my domain with and without www is showing up with numerous cookies. this problem just started when I obtained and linked a cloudflare ssl certificate. I installed prestashop 1.7 via godaddy's 1-click installation cpanel option. I am really stuck, I need some help! Edited May 23, 2021 by DouglasB16 (see edit history) Link to comment Share on other sites More sharing options...
Alexander Firsov Posted August 10, 2021 Share Posted August 10, 2021 (edited) On 5/23/2021 at 8:22 AM, DouglasB16 said: I do not have PREFIX_COOKIE_CHECKIP in my prefix_configuration phpmyadmin database file. and I deleted !Configuration::get('PS_COOKIE_CHECKIP')) in classes/cookies.php file and still I am getting logged out of my back office. I did notice when I checked my browsers cookie log my domain with and without www is showing up with numerous cookies. this problem just started when I obtained and linked a cloudflare ssl certificate. I installed prestashop 1.7 via godaddy's 1-click installation cpanel option. I am really stuck, I need some help! Yes, absolutely. This problem is caused by Cloudflare. After I applied this solution the problem disappeared immediately! Quote UPDATE ps_configuration SET value = 0 WHERE name='PS_COOKIE_CHECKIP' So it appears that you cannot use the "Check the IP address on the cookie" feature if you are using Cloudflare in "Full SSL" mode. Edited August 10, 2021 by Alexander Firsov (see edit history) Link to comment Share on other sites More sharing options...
tiagonunes Posted October 3 Share Posted October 3 Try this if you can log in at least once to your admin Dashboard click on Administration rightclick on the administration line and choose open link in new tab. usally the site does not issue a new cookie, and it worlks and lets you reach the next scrteen where you can uncheck this button and save... THATS IT !! Link to comment Share on other sites More sharing options...
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