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 yes. How do I turn off auto session > creation, or is this impossible. > > (Google has not been my friend in this regard, do people not think about > this sort of thing?)
I'd consider it very likely that people actually do think about this sort of thing. And that they set session="false" in the JSP page directive if they don't want a session to be created. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]