How Can You Change The Time of a Session Duration?

Article author
Teresa K.
  • Updated

Using Memberstack 2.0? There is an updated version of this article here.

By default, session duration is 72 hours. However you can change it to whatever you want.

You can find this code in your dashboard -  Power-Ups, Power-Ups and under Security, Session Duration.

This session duration can be changed by adding some code. Here is the code to use to change it:

 
<!--MS session duration-->
<script>
ms_settings = { session: 72 //hours }
</script>

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.