Title: How to activate &#8220;remember user&#8221; functionality?
Last modified: May 8, 2024

---

# How to activate “remember user” functionality?

 *  Resolved [Kim](https://wordpress.org/support/users/kimikaze/)
 * (@kimikaze)
 * [2 years ago](https://wordpress.org/support/topic/how-to-activate-remember-user-functionality/)
 * We have been using Vipps login for about a week on a new site. The specific site
   is a site where most users will come back each day. The initial feedback from
   the users has been that they don’t like having to login every day, and they feel
   it is too time consuming and unnecessary having to do this. Is there a way to
   activate the “remember me” functionality in the auth cookie, and if not could
   this be added as a setting or filter?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Iver Odin Kvello](https://wordpress.org/support/users/iverok/)
 * (@iverok)
 * [2 years ago](https://wordpress.org/support/topic/how-to-activate-remember-user-functionality/#post-17741178)
 * The version 1.3.1, just released, adds the filter ‘`login_with_vipps_remember_user`‘
   which can be used like this:
 *     ```wp-block-code
       add_filter('login_with_vipps_remember_user', function ($remember, $user, $data) {
       return true;
       }, 10, 3);
       ```
   
 * You can do this for only certain users etc if required.

Viewing 1 replies (of 1 total)

The topic ‘How to activate “remember user” functionality?’ is closed to new replies.

 * ![](https://ps.w.org/login-with-vipps/assets/icon-128x128.png?rev=3080150)
 * [Login with Vipps and MobilePay](https://wordpress.org/plugins/login-with-vipps/)
 * [Support Threads](https://wordpress.org/support/plugin/login-with-vipps/)
 * [Active Topics](https://wordpress.org/support/plugin/login-with-vipps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-with-vipps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-with-vipps/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Iver Odin Kvello](https://wordpress.org/support/users/iverok/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/how-to-activate-remember-user-functionality/#post-17741178)
 * Status: resolved