Cookie storage #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Reference: iou1name/anonkun#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Session cookies are currently stored server-side on the file system. I want to put them in the database, however. Flask-Session and Flask-KVSession only support SQL databases through SQLAlchemy, which I am not using. The options become:
Write my own custom session interface which stores cookies into the existing MariaDB database. Code can probably be
stolenforked from Flask-Session to expedite this.Use Redis / Memcached. Memory database seems to be popular with these things and might speed things up a bit. Downside is I'll have to install another database and permanent storage might be an issue?
Bite the bullet and install SQLAlchemy. It seems to be popular with people using Flask. Will have to re-write most of my database interface.
Closing this because this repository is deprecated in favor of https://git.steelbea.me/iou1name/Titivillus (which is also dead).