-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: '_accessed_time' #180
Comments
Thanks for the report! Are you able to provide a simple test to reproduce the issue so that I can make it part of the test suite? |
Alessandro,
A simple test, for the time being, not really. But, I can work on it.
Patrick
iinov – 12 avenue de l'Opéra – 75001 Paris
Mail : [email protected]
Le 01/09/2019 à 21:17, Alessandro Molina a écrit :
…
Thanks for the report! Are you able to provide a simple test to
reproduce the issue so that I can make it part of the test suite?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#180?email_source=notifications&email_token=AHIFG2WQPY3RXQJHVPAN6ADQHQIMLA5CNFSM4ISV7KYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5UI3SA#issuecomment-526945736>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHIFG2WIBYTQACK5Y7YV3WDQHQIMLANCNFSM4ISV7KYA>.
|
Here is a simple test: I hope it will help you for the test suite. |
kotofos
added a commit
to kotofos/beaker
that referenced
this issue
Sep 24, 2020
Session.load does not properly handle state after .delete and .save was called. This happens when user logs out, but saves session id, and then tries to use it again.
Have the same issue.
Or in python:
|
amol-
pushed a commit
that referenced
this issue
Oct 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I use Beaker as a session manager for a Pyramid project. With the 1.11.0 release, if I clear a session, I have the following error:
virtualenv/site-packages/beaker/session.py", line 465, in load
'_accessed_time' in session_data and
KeyError: '_accessed_time'
I suggest to fix it like this:
The text was updated successfully, but these errors were encountered: