Is it possible to verify a session, from a differe...
# support-questions
e
Is it possible to verify a session, from a different backend by initializing the same core?
r
Will that backend be called from the frontend? or from a different backend?
e
from the frontend (with a valid session)
r
yea. that's possible, as long as the different backend has the same domain, or a sub domain as the other backend
If it has the same domain, but just a different path, then you don't really need to do anything special
e
Ah, will check it out thanks!
2 Views