#Logging out admin user also logs out customer

4 messages · Page 1 of 1 (latest)

hearty crater
#

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?

urban sphinx
#

Haha could be as it uses the same session cookie probably.

hallow delta
#

I don't think it's the intended behaviour
Customer and Admin are two different users

hearty crater
#

Should I file a bug?