Create a new Session

How can I create a new session(httpsession)?thank you
[67 byte] By [erkana] at [2007-10-2 9:11:33]
# 1
Session are automaticly created when you start using them.doing request.getSession gives you a new Session if none was cerated before
pgeuensa at 2007-7-16 23:18:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
you can read Tomcat Documentation ->Servlet API Javadocs.
matata_yayaa at 2007-7-16 23:18:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...