Re: [web2py] Re: intercept closing session

2014-01-09 Thread Anthony
On Thursday, January 9, 2014 10:02:23 AM UTC-5, Giuseppe D'Amico wrote: > > I have to create the database, using the same model for every user it is > not safe, so I use the session_id as name file for the model, I need to > intercept when a user's session ends, to delete its model > It's not

Re: [web2py] Re: intercept closing session

2014-01-09 Thread Giuseppe D'Amico
I have to create the database, using the same model for every user it is not safe, so I use the session_id as name file for the model, I need to intercept when a user's session ends, to delete its model 2014/1/8 Anthony > On Wednesday, January 8, 2014 1:48:28 AM UTC-5, Giuseppe D'Amico wrote:

Re: [web2py] Re: intercept closing session

2014-01-08 Thread Anthony
On Wednesday, January 8, 2014 1:48:28 AM UTC-5, Giuseppe D'Amico wrote: > > I have to connect to a database known only at runtime, I create the > model on the fly, > Do you have to create the database or a database table on the fly (or something else)? > but it is not thread safe, > Why is

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Giuseppe D'Amico
I have to connect to a database known only at runtime, I create the model on the fly, but it is not thread safe, so I thoughtthat a possible solution could be to give to the model the name of the session_id, but I believe that there is a better solution, how do

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Anthony
What exactly do you need to do? On Tuesday, January 7, 2014 1:39:04 PM UTC-5, Giuseppe D'Amico wrote: > > what if someone does not do the logout, but for some reason the session > end? > > > 2014/1/7 Giuseppe D'Amico > > >> thanks I will do like you say >> >> >> 2014/1/7 Alan Etkin > >> >>> El ma

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Richard Vézina
There is also this vid : http://vimeo.com/18399381 Richard On Tue, Jan 7, 2014 at 2:14 PM, Richard Vézina wrote: > The same I guess, you will need websocket_messaging.py and tornado > server... > > This video is great even if in portuguese : http://vimeo.com/38972256 > > Richard > > > On Tue, J

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Richard Vézina
The same I guess, you will need websocket_messaging.py and tornado server... This video is great even if in portuguese : http://vimeo.com/38972256 Richard On Tue, Jan 7, 2014 at 1:39 PM, Giuseppe D'Amico wrote: > what if someone does not do the logout, but for some reason the session > end? >

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Giuseppe D'Amico
what if someone does not do the logout, but for some reason the session end? 2014/1/7 Giuseppe D'Amico > thanks I will do like you say > > > 2014/1/7 Alan Etkin > >> El martes, 7 de enero de 2014 14:40:38 UTC-3, Giuseppe D'Amico escribió: >> >>> Hi, I am new with web2py, is there a way to inte

Re: [web2py] Re: intercept closing session

2014-01-07 Thread Giuseppe D'Amico
thanks I will do like you say 2014/1/7 Alan Etkin > El martes, 7 de enero de 2014 14:40:38 UTC-3, Giuseppe D'Amico escribió: > >> Hi, I am new with web2py, is there a way to intercept the closing of a >> session? >> > > You mean you want to catch a user logout from the scaffolding app? > > You

[web2py] Re: intercept closing session

2014-01-07 Thread Alan Etkin
El martes, 7 de enero de 2014 14:40:38 UTC-3, Giuseppe D'Amico escribió: > > Hi, I am new with web2py, is there a way to intercept the closing of a > session? > You mean you want to catch a user logout from the scaffolding app? You could modify the user action at controllers.py so it checks wet