ulys3556
10/27/2022, 11:49 AMa.domain.com
and b.domain.com
that will both use the access cookies.
In order for this to work we've set the session recipe init like :
Session.init({
...
cookieDomain: '.domain.com',
...
But this now prevents cookies to be set when working locally. Is there any way for cookies to be set under either .domain.com
or localhost
for example?rp_st
10/27/2022, 11:53 AM.domain.com
?rp_st
10/27/2022, 11:53 AMulys3556
10/27/2022, 12:00 PMdev.a.domain.com
rp_st
10/27/2022, 12:07 PM.domain
? That would be easiestrp_st
10/27/2022, 12:08 PMulys3556
10/27/2022, 12:43 PMsomething.domain.com
virtual host and it seems to be doing the trick. Now I just have to find out how to do something similar with postman haha
Thanks for your help @rp_st !rp_st
10/27/2022, 12:55 PM