#Logging out admin user also logs out customer
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
When I make a DELETE /admin/auth call, it also logs out the signed in customer even though I'm not making a call to DELETE /store/auth.
Is this intended behaviour?
Haha could be as it uses the same session cookie probably.
I don't think it's the intended behaviour
Customer and Admin are two different users
Should I file a bug?