-1

My cherrypy class definition includes the method:

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

My goal is to reset the current session. However, this function call returns "Missing module name". Any hints?

Tsf
  • 1,339
  • 5
  • 17
  • 29

1 Answers1

0

Ignore my question! I made a confusion. ;-(

Tsf
  • 1,339
  • 5
  • 17
  • 29