Authentication issue in custom application

Hi
i am building a custom pages over the seatable. i am facing the issue to process the session id and token on my custom pages. How could i resolve this issue?
Thanks

Can you talk more about what you want to achieve? If you deploy your pages with a different domain, the session token will not send to your pages.

we are deploying with same domain but we are mapping through NGINX server.

You can look at the code about Django handle session and use the session table directly as you can get the session token in your application.

Thanks daniel
can you elobrate how exactly i can pass and where(path) i can find the session id?

You can check the browser using Chrome’s debug mode. Looking at the HTTP request’s header part.

Did this answer your question? If yes, please mark as solved!

This helps!