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
serve"127.0.0.1", 5000:
var globalSessionId ="""/":
var session =startSession(10) # timeout in seconds
globalSessionId = session.id
return session.id
"/closeGlobalSession":
closeSession(globalSessionId)
return"closed, try to return to '/'"
The text was updated successfully, but these errors were encountered:
Sessions with timeout for SSR
The text was updated successfully, but these errors were encountered: