Em Tuesday 04 March 2008 19:05:03 [EMAIL PROTECTED] escreveu: > > That seems like the way to go.....automatically log people out after a > certain period of inactivity. How can I keep track of period of > inactivity without the Identity framework? > I'd need to detect timestamp of last activity and not sure how to > capture that. > (I didn't use Identity but wrote my own lightweight authentication > system.)
So you'll have to recreate the mechanism that is used in Identity. You'll have to update an expiration time after each request. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

