Title: control login session time
Last modified: September 20, 2021

---

# control login session time

 *  Resolved [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/)
 * hello
    how to control the time the logged in user can be logged into his account
   without doing sign-out automatically regards

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14888308)
 * Hi [@makmerghen](https://wordpress.org/support/users/makmerghen/)
 * Did you mean to add an expiration time when the user is logged in? You can try
   checking this plugin: [https://wordpress.org/plugins/expire-users/](https://wordpress.org/plugins/expire-users/)
 * Regards,
 *  Thread Starter [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14888410)
 * no
    I want to make user when doing log in then to still logged in until he do
   log out manually him self Regards
    -  This reply was modified 4 years, 8 months ago by [makmerghen](https://wordpress.org/support/users/makmerghen/).
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14892041)
 * Hi [@makmerghen](https://wordpress.org/support/users/makmerghen/)
 * Users must use the “Remember me” option in the Login form.
 * Regards,
 *  Thread Starter [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14893975)
 * is there an option to make remember me checked by default
    regards
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14896340)
 * Hi [@makmerghen](https://wordpress.org/support/users/makmerghen/)
 * Try adding this javascript:
 * `jQuery(".um-login .um-field-checkbox-option").trigger("click");`
 * Regards,
 *  Thread Starter [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14896391)
 * thank you for you reply
    I added it but it didn’t work when I opened login page
   I found checkbox of remember me not checked so please advise
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14896595)
 * Hi [@makmerghen](https://wordpress.org/support/users/makmerghen/)
 * Try this one:
 *     ```
       jQuery(document).on("ready",function(){
       jQuery(".um-login .um-field-checkbox-option").trigger("click");
       });
       ```
   
 * Ensure that you clear any site/browser cache after adding the code.
 * Regards,
 *  Thread Starter [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14897187)
 * unfortunately didn’t work
    Regards
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14900242)
 * Hi [@makmerghen](https://wordpress.org/support/users/makmerghen/)
 * Try this one:
 *     ```
       jQuery(document).on("ready", function() {
          setTimeout(function() {
             jQuery(".um-login .um-field-checkbox-option").trigger("click");
          }, 100);
       });
       ```
   
 * Regards,
 *  Thread Starter [makmerghen](https://wordpress.org/support/users/makmerghen/)
 * (@makmerghen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14900377)
 * thank you now it works
    best regards
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14900645)
 * Thanks for letting us know. I’m marking this as resolved now.
 * Regards,

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘control login session time’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/control-login-session-time/#post-14900645)
 * Status: resolved