session

Hi All

How can i access session object within a servlet?, specifically within doPost()

method?

[114 byte] By [jotnartaa] at [2007-11-27 11:30:55]
# 1

The HttpSession object is available by HttpServletRequest#getSession().

BalusCa at 2007-7-29 16:36:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...