Page 1 of 1

automatically logoff from https

Posted: Thu Jun 25, 2020 9:00 am
by sandmann1
hii,

we are attempt to use the wftpserver. Most of the time it should be used via the web browser. During the testings i noticed, my user session doesn´t automatically logoff.

Is there any Option to logoff the user after xx minutes?


thanks!!

Re: automatically logoff from https

Posted: Thu Jun 25, 2020 4:07 pm
by FTP
Yes, the HTTP session will keep alive automatically. If you don't want to keep alive, then you can edit the file "/webclient/main.html", just find the below line and remove it:

_TIMER_KEEPLIVE = setInterval("keeplive()",1000*300);