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
Hello! Thank you for this great project. I have a question about session caching similar to django's built-in cached_db.
I know this was discussed already here: #52 and I see that there is an alternative library that supports this, however, I wanted to get some clarification on a possible solution! And if it works, could maybe be added to the documentation for this library!
It seems that django-qsessions simply subclasses the built-in cached_dbSessionStore, is there any reason this solution wouldnt work with your library? For example:
Hello! Thank you for this great project. I have a question about session caching similar to django's built-in
cached_db
.I know this was discussed already here: #52 and I see that there is an alternative library that supports this, however, I wanted to get some clarification on a possible solution! And if it works, could maybe be added to the documentation for this library!
It seems that django-qsessions simply subclasses the built-in
cached_db
SessionStore
, is there any reason this solution wouldnt work with your library? For example:Am I missing something obvious here? It seems to be working for me locally, however, it seemed too good to be true!
The text was updated successfully, but these errors were encountered: