Project

General

Profile

[Solved] Secured disconnect

Added by max37 almost 9 years ago

I am new to lighttpd and running v1.4.31 for secured configurations. For security issue, I expect a connection to web browser to be disconnected automatically if no activity from user/browser for sometime. What should I config the lighttpd to reach the purpose. Many thanks.

Max


Replies (1)

RE: [Solved] Secured disconnect - Added by gstrauss about 7 years ago

HTTP disconnects after the response unless keep-alive is enabled, and keep-alive is configured with server.max-keep-alive-requests and server.max-keep-alive-idle

    (1-1/1)