Re: [web2py] intercept closing session

2014-01-07 Thread Richard Vézina
You may found more info with comet_messaging.py since it have been rename to websocket_messaging,py recently Richard On Tue, Jan 7, 2014 at 12:59 PM, Richard Vézina wrote: > tornado and websocket_messaging.py in contrib > > Richard > > > On Tue, Jan 7, 2014 at 12:40 PM, Giuseppe D'Amico < > da

Re: [web2py] intercept closing session

2014-01-07 Thread Richard Vézina
You need websocket_messaging.py if you want to know who is actually connected... Alan solution may works if you only want to catch logout event, but you don't have logout event in case user closer the browser... Richard On Tue, Jan 7, 2014 at 1:03 PM, Richard Vézina wrote: > You may found more

Re: [web2py] intercept closing session

2014-01-07 Thread Richard Vézina
tornado and websocket_messaging.py in contrib Richard On Tue, Jan 7, 2014 at 12:40 PM, Giuseppe D'Amico < damicogiusepp...@gmail.com> wrote: > Hi, I am new with web2py, is there a way to intercept the closing of a > session? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book

[web2py] intercept closing session

2014-01-07 Thread Giuseppe D'Amico
Hi, I am new with web2py, is there a way to intercept the closing of a session? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this messag