J
Joe Abou Jaoude
hi,
I have a web app with forms authentication and a timeout session of 20
mins for security reasons. I recently added a feature that allows users
(if they want to) to automatically log in (without entering username and
password) using the cookies. Now in this case the 20 mins session
timeout has no meaning anymore so I m thinking to make the timeout
infinite in this case only.
my question is, if i do this, and then a user used the application and
closed the browser , does the server knows that this session is no
longer needed and removes it from memory even if the timeout is infinite
?
I have a web app with forms authentication and a timeout session of 20
mins for security reasons. I recently added a feature that allows users
(if they want to) to automatically log in (without entering username and
password) using the cookies. Now in this case the 20 mins session
timeout has no meaning anymore so I m thinking to make the timeout
infinite in this case only.
my question is, if i do this, and then a user used the application and
closed the browser , does the server knows that this session is no
longer needed and removes it from memory even if the timeout is infinite
?