You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use django sessions and I have a problem that I don't know if it is possible to solve.
I create a socket from the front end with js to initialize a couple of things once it returns a code, I use it to generate another socket with that code in the url.
So far so good but my idea is to keep the session created in the first socket, try to save the session key generated and pass it to them but that's as far as it goes, does anyone know if this is possible to do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use django sessions and I have a problem that I don't know if it is possible to solve.
I create a socket from the front end with js to initialize a couple of things once it returns a code, I use it to generate another socket with that code in the url.
So far so good but my idea is to keep the session created in the first socket, try to save the session key generated and pass it to them but that's as far as it goes, does anyone know if this is possible to do?
thanks and greetings!
Beta Was this translation helpful? Give feedback.
All reactions