-
Mar 8th, 2011, 01:48 PM
#1
session issues in spring
Hi,
I am using spring sessions(request.getsession()) and maintaing session attributes.
These session attributes are working sometimes and sometimes not.
For ex, on chrome it works in one laptop and it doesn't in other laptop.
I would like to know better way of maintaining session attributes.
Thank you,
Prithvi.
-
Mar 9th, 2011, 01:15 PM
#2
"on chrome" do you mean browser?
also there are no better ways of maintaining session attributes, its just that all the you put in session should be serializable, if something is not serializable.. its prone to getting lost incase of session data.
-
Mar 9th, 2011, 02:34 PM
#3
Thank you for your response.
Yes, I mean browser.
Can you give me some pointers how to serialize session attributes
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