automatically logoff from https

Please post here if you have problems in using Wing FTP Server.
Post Reply
sandmann1
Posts: 1
Joined: Thu Jun 25, 2020 8:54 am

automatically logoff from https

Post 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!!
FTP
Site Admin
Posts: 2078
Joined: Tue Sep 29, 2009 6:09 am

Re: automatically logoff from https

Post 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);
Post Reply