We have a business requirement that some users be automatically logged out of our application after a period of inactivity. Other users are allowed to stay logged in and should not timeout. We are using AuthLogic with Rails 3 for session management.
How can I have AuthLogic sessions timeout for some users, but not others?