On Fri, 20 Feb 2004, Leo wrote: > Can somebody me explain how I can disconnect a idle session after a certain > time.
There is no sessions in HTTP. What you see as a login session is purely a session beteen the browser and it's user. To the proxy the login is performed on each and every request. > Or better I want the user needs to put the password again after that certain > idle time Only by having the browser configured to automatically log out the user on inactivity. Regards Henrik
