Same origin question

Hello Stape Community,

What’s the purpose of setting up same origin if with a subdomain + own CDN we can bypass the Safari cookie lifetime limit? I’ve found the second option easier to set up and maintain, but I don’t know if I’m missing something.

Hi @Rafael_Machado

If you have already set up a subdomain + own CDN, you do not need to set up Same Origin. Same Origin and own CDN perform the same function using slightly different methods, but the result is the same. And if one of the methods is already in place, setting up the other in parallel is not even recommended.

1 Like

Many thanks @Dmytro!