619
Views
2
Comments
Session variables 
Question

Hello,


I would like to know how long a session variable exists by default in outsystems. Also let me know how do i change the timeout period of the session variables.


Thanks and regards,

Samuel Stephen R

2020-01-10 13-55-33
Ivo Gonçalves

Hi Samuel,


Session variables last as long you have an active session. On .NET stack the default session timeout is 20 minutes. You can change the session timeout via IIS or instead you can use Factory Configuration.


You can read more about session variables here.


IG



2021-01-04 17-46-03
Daryl Van Johnson

Samuel,


Not sure if it has been updated to Platform 10 yet, but I've used a plugin called BrowserSession to set extend the session beyond the default setting during runtime. As Ivo said, your session variables are alive as long as the browser session is alive.


dvj 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.