On Feb 5, 12:17 pm, Christopher Barker <[email protected]> wrote: > Another option would be to set a Javascript timer to "ping" the server > every once in a while. You could then set your sessions to expire pretty > quickly. As long as the user had that page open, the client would keep > getting the pings, when they closed it, it would stop, and the session > would expire. > > Not that I've ever tried anything like this!
This is probably the best method you can do. Just make sure that your session is started / tested by javascript -- because if it's disabled or not working right, that would really suck. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
