Page 1 of 1

SessionTimeout setting

Posted: Sun Apr 02, 2017 12:20 pm
by Gantois
Hi Friends,

I am making timeout tests on my miserver app. For this purpose, I'm trying to change the default SessionTimeOut to 1 minute in \Config\Server.xml seting as following:

<SessionTimeout>1</SessionTimeout>

It's not working. My miserver version is: v2.1 and the time remain 10 minutes

Could someone help me?
Tanks,
Marco

Re: SessionTimeout setting

Posted: Fri Apr 07, 2017 3:13 pm
by Brian|Dyalog
Hi Marco,

There isn't a <SessionTimeout> setting in MiServer 2, it's something we introduced with MiServer 3.0. To change it in MiServer 2, edit the SimpleSessions.dyalog file and change the line that reads:

:Field Public TimeOut←10 ⍝ Minutes

to whatever value you want.

I hope this helps!
/Brian

Re: SessionTimeout setting

Posted: Tue Apr 11, 2017 11:37 am
by Gantois
Thanks Brian
Att, Marco