[web2py] Re: How to capture auth_user login time & logout time

2018-09-27 Thread mostwanted
Thank you guys

On Thursday, September 27, 2018 at 6:18:57 PM UTC+2, Joe Barnhart wrote:
>
> What Anthony said.  Only sessions rarely log out.  They mostly time out, 
> which does not show up as an event.
>
> Joe
>
> On Wednesday, September 26, 2018 at 12:13:25 PM UTC-7, mostwanted wrote:
>>
>> Hi guys, i was wondering if there is a way for me to capture user login 
>> time and user logout time
>>
>> Regards
>>
>> Moatwanted
>>
>

-- 
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 message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: How to capture auth_user login time & logout time

2018-09-27 Thread Joe Barnhart
What Anthony said.  Only sessions rarely log out.  They mostly time out, 
which does not show up as an event.

Joe

On Wednesday, September 26, 2018 at 12:13:25 PM UTC-7, mostwanted wrote:
>
> Hi guys, i was wondering if there is a way for me to capture user login 
> time and user logout time
>
> Regards
>
> Moatwanted
>

-- 
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 message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: How to capture auth_user login time & logout time

2018-09-26 Thread Anthony
The db.auth_event table stores login, logout, and other events.

Anthony

On Wednesday, September 26, 2018 at 3:13:25 PM UTC-4, mostwanted wrote:
>
> Hi guys, i was wondering if there is a way for me to capture user login 
> time and user logout time
>
> Regards
>
> Moatwanted
>

-- 
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 message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.