使用cherrypy.lib.sessions.expire

问题描述 投票:-1回答:1

我的CherryPy类定义包括方法:

@cherrypy expose
def quit(self)
   cherrypy.lib.sessions.expire(self)
   return "Session closed"

我的目标是重置当前会话。然而,这个函数调用返回“缺少模块名称”。任何提示?

cherrypy
1个回答
0
投票

忽略我的问题!我做了一个困惑。 ;-(

© www.soinside.com 2019 - 2024. All rights reserved.