Folks, I have tried to configure httpd with session timeout but it does not seem to work.
My httpd.conf has the following:
Session on
SessionMaxAge 1
AuthType Basic
***
I was trying to put a timeout value of 1 sec just to test. This is not working. Am I missing something?
Thanks for any pointers on this.