I seem to be getting only sIRTFrontend and sFrontT...
# support-questions-legacy
c
I seem to be getting only sIRTFrontend and sFrontToken on my frontend, what can possibly be the issue here?
n
Hi, Is this in response from the backend APIs? Or are you checking from the dev tools?
c
dev tools
n
So some of the cookies are http only, they wont be visible in the dev tools. If you call an API that uses the verifySession function we expose you can check if the cookies are being set correctly
c
I also tried logging the cookies on my server but I still didn't see them, and I can't directly use the verifySession function because I'm using my backend where I need this info as a middleman between my frontend and the other backend where authentication actually took place
n
So you want to inspect the sign in/up request in your browser. That should tell you what the actual set cookie header in the response was
c
okay will check that and get back, thanks
2 Views