pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
490 stars 236 forks source link

Changing cookie value changes key name in redis db #186

Closed micahshell closed 4 months ago

micahshell commented 10 months ago

I'm using flask-sessions to store sessions in redis and when in a browser if I change the cookie value in browser it changes the key name in the redis db. If I set SESSION_USE_SIGNER = True it fixes it but is there another way?

Lxstr commented 6 months ago

Hi @micahshell can you give me some more details please? I'm also wondering your use case for changing the cookie value in the browser? Can you walk me through exactly what you are seeing?

Lxstr commented 4 months ago

Closing due inactivity