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
i can edit account information, change password, add address if page is not refreshed.
Now if i page refresh i can't edit account information etc details.
I think we are not checking is a valid user to change his account details.
$this->customer is null once you refresh the page.
can you give me some information how you are persisting $this->customer in php side for further requests.
The text was updated successfully, but these errors were encountered:
It's issue with cookies, your session in cookies isn't properly saved which causes this. Weird enough, it's made on session states instead of stateless JWT or something similar. You can try disabling SameSite for opencart but i'm not sure where that can be done.
I think we are not checking is a valid user to change his account details.
$this->customer is null once you refresh the page.
can you give me some information how you are persisting $this->customer in php side for further requests.
The text was updated successfully, but these errors were encountered: