if I do a
request.getSession().setAttribute(name,val1);
then request.getSession().setAttribute(name,val2)
would the val1 get garbage collected?  So if I use
session to store user, I don't really need to
invalidate the session when the user log in again,
right?
thanks



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to