On Mar 4, 1:38 am, Patrick Lewis <[EMAIL PROTECTED]> wrote:
> In SQL it would be something like
>
> SELECT count(*)
> FROM visit v
> Inner join visit_identity vi on v.visit_key=vi.visit_key
> Where
> vi.expiry > current_timestamp
>
> Basically, check for visit sessions that haven't expired.
Are you saying the Identify framework keeps track of how much time has
elapsed since the last activity? And, if greater than some value it
pronounces it "expired"? I didn't know the authentication components
could detect every interaction and do that.
Seems like a lot of work to start a stopwatch after every client
request.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---