Re: Auto Session Creation and memory usage

2008-07-24 Thread Markus Schönhaber
Jacob Rhoden wrote: > I am working on creating some more scalable tomcat applications. I have > addedd a SessionListener and it seems that hitting a jsp page triggers a > session to be created. > > If there are 1000 users and only 10 are signed in, I dont think 1000 > sessions need to be created

Auto Session Creation and memory usage

2008-07-23 Thread Jacob Rhoden
Hi Guys, I am working on creating some more scalable tomcat applications. I have addedd a SessionListener and it seems that hitting a jsp page triggers a session to be created. If there are 1000 users and only 10 are signed in, I dont think 1000 sessions need to be created yes. How do I turn off