python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flask-SocketIO access session from background task
I have a Flask app for http and web socket (Flask-SocketIO) communication between client and server using gevent. I also use server side session with Flask-Session extension for the app. I run a backg...
cmp
Votes: 0
Answers: 1
Flask session-- Test case failure
Working on storing login objects in session. Solution working fine on local machine. however test cases failing on hacker rank environment.
Steps followed :
login page created to accept username and ...
lazyEval
Votes: 0
Answers: 1
Flask Session Cookies Expire Almost instantly, Can't Set Samesite Attribte
I a making a web application with a session cookie log in system. When using the cookies they expire within seconds, logging the user out of any service they were in. When I open my app I occasionaly ...
OmikronII
Votes: 0
Answers: 1