aspose file tools
The moose likes Servlets and the fly likes Objects in Session Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Objects in Session" Watch "Objects in Session" New topic
Author

Objects in Session

Orem Hun
Greenhorn

Joined: May 24, 2005
Posts: 28
When an object is stored in a session and later we change that object, does that change reflect in the stored object. For example:

My impression is that objInst gets serialized and stored in the session, so any changes that are made later will not be in the objInst. The above code will just print 99. Please correct me if this is wrong.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

What happened when you tried it?

In other words -- you've already written the code, you can answer this question easily for yourself. Why post here until you've tried it for yourself?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Objects in Session
 
Similar Threads
selecting an option in a select box from session variable
static method
Define tag cannot set a null value
Not so good with boolean and loops
jsp:useBean