Hi everyone, when I perform submitlogin using brow...
# ory-network
b
Hi everyone, when I perform submitlogin using browser flow I got session in the response but never the session_token and I always got
Copy code
"continue_with" => null
b
browser flows don't return session tokens. Only API flows do.
b
so how can I handle session with browser flow ? thanks
b
it uses session cookies. Use the
toSession/whoami
SDK to check the session and the logout flow to terminate a session.
b
Ok but in the response after performing submitLogin I never got the session cookies
b
it's in the headers of the response.
b
I'm checking thanks