load « Session « JSP-Servlet Q&A





1. How can I manually load a Java session using a JSESSIONID?    stackoverflow.com

I have a servlet which handles a multipart form post. The post is actually being made by a Flash file upload component embedded in the page. In some browsers, the Flash-generated ...

2. can sessions be periodically recycled depending on server load?    stackoverflow.com

With servlets/jsp, can sessions be recycled by the web container (say tomcat), depending on how much traffic a site is getting? Update By recycled I mean, the tomcat container will wipe it out ...