我的CherryPy类定义包括方法:
@cherrypy expose def quit(self) cherrypy.lib.sessions.expire(self) return "Session closed"
我的目标是重置当前会话。然而,这个函数调用返回“缺少模块名称”。任何提示?
忽略我的问题!我做了一个困惑。 ;-(