Plugin: Inactivity Auto Sign Out Plugin
Join this plugin group to follow comments, support topics and reviews.
Frequently Asked Questions
How do I change the inactivity time period?
Change this code in the plugin’s main php file. Set the time period to whatever you like.
It’s in seconds, so 3x60x60 is equal to 3 hours of inactivity.
define('MM_INACTIVITY_AUTO_LOG_OUT_MAX_INACTIVITY_TIME', 3*60*60);
How do I set the redirect URL on auto log out?
You can change this definition to any URL you like. The default is site_url(), which is your home page.
You could set it to:
define('MM_INACTIVITY_AUTO_LOG_OUT_REDIRECT_URL', site_url());
define('MM_INACTIVITY_AUTO_LOG_OUT_REDIRECT_URL', 'http://www.example.com');
define('MM_INACTIVITY_AUTO_LOG_OUT_REDIRECT_URL', site_url() . '/auto-logged-out.html');
Plugin Info
- Version: 0.2
- Last Update: 632 days ago
- Requires: ??? Try it!
- Compatible to: 3.0.5
- Downloads: 2,904
- Rating:




(based on 4 ratings)
Create Account
To create a BuddyPress.org account please first create a WordPress.org ID and then use that to log in to this site.
Log In
To start connecting please log in first.
Bugs
Think you've found a bug with the software? Please report it here (use the same login credentials).