session object it java class

hi allis there any way to get a session object it a simple java class
[83 byte] By [12345789a] at [2007-11-27 4:51:18]
# 1
The 'session' reference is just implicit available inside the JSP pages. Inside the servlets you can use HttpServletRequest#getSession() to retrieve the session.
BalusCa at 2007-7-12 10:05:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...