The site is https://services.neighborhoodrobotics.org and is using Version 3.0.2.0
I just reproduced a login issue twice with the following steps in two different browsers with all caching at the browser turned off. I have been on two separate networks today and I see the same behavior.
Please perform the following tasks in order.
1. go to home screen services.neighborhoodrobotics.org
2. from top "myaccount" login, login using test2@neighborhoodrobotics.org password test2 or create an account
3. return to home screen
4. add product
5. go to checkout
6. logout with "myaccount" at the top
7. go back to the home page
8. look in the "myaccount" drop down and the logout option exists showing that you stayed logged in.
9. go to checkout and you are not prompted for login showing that you are still logged in
I did this with firefox.
There are other ways to reproduce.
1. go to home page and add the product without being logged in
2. hit checkout.
3. you are prompted for a login, login with test2@neighborhoodrobotics.org password test2 or create an account
4. the page does not see you as logged in and does not let you continue.
5. return to home screen
6. look in the "myaccount" drop down and the logout option exists showing that you stayed logged in.
7. go back to checkout and it does not see you as logged in
I did this with edge.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
I'm fairly certain it's a server-level thing, and not something that can be fixed in OpenCart, but I could be wrong. If anyone else has experienced this on OpenCart 3.0, please post if you found a solution.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
I deleted an index and an sess file that were in the storage folder. The behavior stayed constant. I did not log back in.
There is no sess file or directory in the server root, the webserver root, or the subdomain root.
Other items of note now that I am poking around:
I did look at php.ini and it looked interesting:
session.auto_start = Off;
session.use_only_cookies = On;
session.use_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 3600
session.save_path = "/var/cpanel/php/sessions/ea-php70"
Also, when I "logged in" today. Opencart did retain my 4 added items to the cart from days ago.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
session.save_path = "/var/cpanel/php/sessions/ea-php70"
That could be it, if the session is being saved somewhere besides where OpenCart is sending it. See if commenting out that line helps, though you may need to contact your web host about it if they have a higher directive for "session.save_path" that's still applying even if you remove it from your own php.ini file.
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
F. Rules:
- viewtopic.php?f=176&t=200480
- viewtopic.php?f=176&t=200804
Regards,
Straightlight
Users browsing this forum: Baidu [Spider], fegdeed, Sjonnie2017 and 11 guests