You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tomy Doomany <td...@globalsight.com> on 2001/04/10 18:05:16 UTC

tomcat and session...

Hi,
I've installed jakarta-tomcat-3.2.1 and tried to run a simple servlet, which
worked fine.  However, adding the following line caused the servlet to hang
for minutes! 

HttpSession session = request.getSession(true);

Do I need to modify any config file for session creation?  

Thanks,
Tom