Hi Craig,
I'm working on an embedded Java machine wich is conducting an automation
process through web interface. All the users are "trusted" so there is no
security problem from our point of view. But what I'm trying to accomplish
is to allow just one user to issue commands at one time until he/she sign
off. I know there are more other solutions but I was trying using sessions.
Thanks.
Bogdan
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Craig
R. McClanahan
Sent: Thursday, August 31, 2000 10:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Obtaining all Session objects.
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
___________________________________________________________________________
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