Hello dude! I think that you can use the object ServletSession or Session in JSP to 
keep your objects inside the server and use then crossing one by one sessions that you 
want, to verify if the user is logged you could create an object that stores 
information about this user and store with setValue( "MyUser", obj ) of ServletSession 
for example and after use getValue( "MyUser" ) to request that object again in other 
instance on server.

  I�m hope that this helps!

  With best wishes,
  Edson Alves Pereira
  Brazil
[EMAIL PROTECTED] wrote:
>
> Hello again,
> �
> Currently from within a doGet() handler in a multithreaded Java Servlet running 
>inside Tomcat I am creating several threads and causing the doGet() handler to wait() 
>on notification from those threads to wake up and check some status values (this 
>occurs for each HTTP GET request). I need a way to also check if the user connected 
>to that session is still there, e.g. to see if it is possible to still write to the 
>output stream for a given session. Is there a standard API I can use from within a 
>service method in a Servlet to do this?
> �
> Thanks,
> Jayme Edwards
> Rockwell Software
> 
--
<div style="color: 'lemon'
 � � � � � �background-color:'green'
 � � � � � �font-family: 'Arial'">
<p>Edson Alves Pereira
</div>
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/

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

Reply via email to