pallets-eco / flask-session

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

adding local session #54

Closed h4ck3rm1k3 closed 6 months ago

h4ck3rm1k3 commented 7 years ago

Supporting passing the session key via request args and form data, logging of sid.

h4ck3rm1k3 commented 7 years ago

This adds support to pass the session id via other means besides cookies.

Lxstr commented 7 months ago

I know this was a long time ago but if anyone has a use case for this please reply below otherwise this will be closed as not intended.

Lxstr commented 6 months ago

Closed as not planned