Logging users out of a Django site after N minutes of inactivity

Posted by btol45 on Stack Overflow See other posts from Stack Overflow or by btol45
Published on 2010-03-29T15:24:57Z Indexed on 2010/03/29 15:53 UTC
Read the original article Hit count: 227

Filed under:
|
|

I'm working on a website that requires us to log a user out after N minutes of inactivity. Are there any best practices for this using Django?

© Stack Overflow or respective owner

Related posts about django

Related posts about python