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
Click somewhere in the adminpanel i.e. Catalog categories
Expected result
Result is that I can see the categories
Actual result
I got logged out.
After a serious search I saw that the admin sessions and customer sessions are mixed so there is some problem with this.
I've tried another PHP version, a new adminuser with other credentials, different browsers, all the things. Seems that the admin session (admin_user_session.session_id) is mixed with the customer session session.session_id table. Very strange.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
Expected result
Actual result
After a serious search I saw that the admin sessions and customer sessions are mixed so there is some problem with this.
I've tried another PHP version, a new adminuser with other credentials, different browsers, all the things. Seems that the admin session (admin_user_session.session_id) is mixed with the customer session session.session_id table. Very strange.
The text was updated successfully, but these errors were encountered: