Example #1
0
 def GET(self):
     session.logout()
     raise web.seeother(web.ctx.environ['HTTP_REFERER'])
Example #2
0
 def GET(self):
     session.logout()
     # siteName = site_name
     #raise web.seeother(web.ctx.environ['HTTP_REFERER'])
     raise web.seeother('/account/bye')
Example #3
0
 def GET(self):
     session.logout()
     raise web.seeother('/login')
Example #4
0
 def GET(self):
     session.logout()
     # siteName = site_name
     #raise web.seeother(web.ctx.environ['HTTP_REFERER'])
     raise web.seeother('/account/bye')
Example #5
0
 def POST(self):
     session.logout()
     raise web.seeother("/")
Example #6
0
 def GET(self):
     session.logout()
     raise web.seeother(web.ctx.environ['HTTP_REFERER'])
Example #7
0
 def GET(self):
     session.logout()
     raise web.seeother('/cumt/')