removing data from session
Posted
by sarah
on Stack Overflow
See other posts from Stack Overflow
or by sarah
Published on 2010-04-21T06:39:28Z
Indexed on
2010/04/21
6:43 UTC
Read the original article
Hit count: 167
Hi All,
i am using the following code to remove a attribute from session
List l=(List) sess.getAttribute("allUserslist"); for(int ii=0;ii l1=(List) sess.getAttribute("allUserslist"); System.out.println("final size"+l1.size()); }
te final size after removing is still one as before,where i am doing wrong ? }
© Stack Overflow or respective owner