> for (Enumeration sessions = allSess.getIds(); sessions.hasMoreElements()
;)
> {
>
> String key = (String) sessions.nextElement();
> HttpSession aSess = allSess.getSession( key );
According to the Servlet 2.2. Api, both getSession() and getIds() have been
deprecated. I believe that they did this for security reasons.
-rick
____________________________
Rick Gibbs
earthcars.com, inc.
http://www.earthcars.com
- SessionContext.getIds() Kucera, Rich
- Rick Gibbs
