Thread
:
problems with assigning a value to object session
View Single Post
#
2
(
permalink
)
08-07-2007, 12:10 AM
Jack
Senior Member
Join Date: Jun 2007
Posts: 130
get/setValue of the HttpSession interface have been deprecated. Try using setAttribute(String, Object) and getAttribute(String)
Jack
View Public Profile
Send a private message to Jack
Find all posts by Jack