Bogdan Diaconescu wrote:

> Hi, all
> Is there a possibility to obtain all the HttpSession objects available in
> the servlet container? If yes I would like to know how.
> Thanks in advace.
> Bogdan
>

Prior to version 2.1 of the servlet API, you could do this using the
HttpSessionContext interface.  However, that whole mechanism has been
deprecated with no replacement, because of security concerns.  What in
particular are you trying to accomplish?

Craig McClanahan
====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to