© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
ulriken_

I get session data without cookies

I've been testing the supabase for a while and the auth system confusing me a bit.
I sign in the user on the server with
supabaseClient.auth.signIn({email, password})
supabaseClient.auth.signIn({email, password})

And then when I do
supabaseClient.auth.session()
supabaseClient.auth.session()
on the server upon page request, I get the session. However, there is no cookie or local storage set on the browser.

Then when I visit my dev server's address on another browser (Safari) and I get the session. I even get the session on incognito mode.

So, how does this actually work? I don't even pass anything to
supabaseClient.auth.session()
supabaseClient.auth.session()
This must be coming from the supabase server, but then how can I sign-in multiple users? I am a bit confused
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Get session data server side
SupabaseSSupabase / help-and-questions
4y ago
Cookies get deleted
SupabaseSSupabase / help-and-questions
4mo ago
Using withPageAuth without a session
SupabaseSSupabase / help-and-questions
4y ago
get data
SupabaseSSupabase / help-and-questions
4y ago