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