fd
This commit is contained in:
parent
e751ed5379
commit
4d0d981b45
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ def post_id(pid, anything=None, v=None):
|
||||||
if type(val) is int and key not in ['login_nonce','user_id']:
|
if type(val) is int and key not in ['login_nonce','user_id']:
|
||||||
if time.time() - val > 86400: keys += key
|
if time.time() - val > 86400: keys += key
|
||||||
|
|
||||||
|
print(keys)
|
||||||
for key in keys: session.pop(key)
|
for key in keys: session.pop(key)
|
||||||
print(session)
|
print(session)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue