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