emmett
emmett copied to clipboard
When the session reach the expiration time,user was logouted,but can not login again
I am doing a project with emmett, but found, when the session reach the expiration time,user was logouted,but can not login again
in that pic, I goto /, it redirect to /auth/login to log me in,but still stay in login screen repeatly.
the correct one should is:
BTW,if logout proactively, all are ok.
Without further details and a MRE, there's not much we can do here.
it seems like something produced by app.pipeline = [SessionManager.cookies('verysecretkey',expire=0)]