Okay.. here's the gig..
I'm getting a memory leak somewhere in my application. After about 1.5 days my application starts to act odd and memory issues start showing up in the logs. So currently the environment is being reset at noon every night. My application uses
servlets and sessions in it. Is there anything I should be watching out for in order to help the system release the objects for garbage collection? The session timeout is set to 1 hour right now.
My session questions are as follows:
Can a user create multiple sessions?
When an browser closes, does the session still exist?
Is there a way to check to see if the user is still on my web site or do I have to wait until the session is dead?
Are there any sites out there that can give me a good idea of what might be happening or any common probablems with sessions and servlets and memory leaks. Any help, questions or directions would help.
Again ,if you have questions, please feel free to post them. I'm looking for a direction and/ or brainstorming
Thanks
------------------
By failing to prepare, you are preparing to fail.
Benjamin Franklin (1706 - 1790)