|
-
about storing vales in sessions
in session tracking we have methods tod store and retrieve values from session
object..In my program I am storing all the individual products selected by
the user in a session object
using session.putvalue("cart.items", prodselected[i]), but in the next servlet
i need to retrive all the values individually stored by the user in the session
object, so for this
we have session.getValue("cart.items") - it retrieves only one(the recent
stored value), and session.getValueNames();;;but i want to retrive all the
values and there is no method such as
session.getvalues("cart.items")..so how do i do it,
if anyone understood the problem pls help me
satish
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks