Hi,
I have a requirement where the page should be active all the time.
The session should never expires. If I set the session timeout to -1 in web.xml, would it be active all the time?
What kind of performance issue it will cause on the server side like memory consumption etc? Please advise.