【发布时间】:2014-08-04 14:52:53
【问题描述】:
我使用 python 和 Google app 和 webapp2 开发了我的应用程序,如果用户在确定的时间不活动,我需要销毁会话 我对此进行了测试:
config['webapp2_extras.sessions'] = {
'secret_key': 'the_Key',
'session_max_age': 60
但这会破坏会话,无论是否活跃, 只要不活动就可以销毁
谢谢
【问题讨论】:
标签: python google-app-engine session webapp2