Hi,
I am developing an web application using tomcat4.0.4
and apache 2.0.39 on win2000
I want the user the login on the first page, so once
the user logs in i create a session for the user,
now in other jsp in applciation i have a header.jsp
this jsp checks if the session is active or experied,
i
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