Open vojtabiberle opened 7 years ago
Hi, I need switch cookies from subdomain specific cookies (www.example.com, b2b.example.com) to "all subdomain cookies" for login (.example.com).
I can't detect, which cookie (for specific subdomain or generic) browser sent me (and FF always give priority to cookie for specific subdomain).
I can even delete all cookies (without some redirecting magic for all login pages).
Only one way, how to do it is to change cookie names.
So I made pull request: https://github.com/Saeven/zf3-circlical-user/pull/28
What do you think?
Hi, I need switch cookies from subdomain specific cookies (www.example.com, b2b.example.com) to "all subdomain cookies" for login (.example.com).
I can't detect, which cookie (for specific subdomain or generic) browser sent me (and FF always give priority to cookie for specific subdomain).
I can even delete all cookies (without some redirecting magic for all login pages).
Only one way, how to do it is to change cookie names.
So I made pull request: https://github.com/Saeven/zf3-circlical-user/pull/28
What do you think?