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
Hi, this may be a naive question, but I'm trying to debug some code and would love to see the key-value pairs being set in the browser by SessionMiddleware unencrypted. Is there a way to do that?
Using secret_key=None as below does not work and still encrypts the session cookie
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, this may be a naive question, but I'm trying to debug some code and would love to see the key-value pairs being set in the browser by
SessionMiddleware
unencrypted. Is there a way to do that?Using
secret_key=None
as below does not work and still encrypts thesession
cookieBeta Was this translation helpful? Give feedback.
All reactions