You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Gavin, Rick" <RG...@vidyah.com> on 2003/01/06 15:52:31 UTC

How to manage Sessions?

Hi All,
  Is there a way to manage the sessions with the default session manger
other than using the admin webapp?  for instance... is there a way to
list all the logged in users in the current webapp?  Or does one need
to extend the default session manager to allow access?

Thanks,

Rick

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: How to manage Sessions?

Posted by Felipe Schnack <fe...@ritterdosreis.br>.
  To manage session in your applications, you have  to set the
"privileged" attribute in server.xml (for your context) and then
implement an interface I just can't remember which one... You can find
out which one is it downloading tomcat sources and looking for session
management classes

On Mon, 2003-01-06 at 12:52, Gavin, Rick wrote:
> Hi All,
>   Is there a way to manage the sessions with the default session manger
> other than using the admin webapp?  for instance... is there a way to
> list all the logged in users in the current webapp?  Or does one need
> to extend the default session manager to allow access?
> 
> Thanks,
> 
> Rick
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
-- 

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone/Fax.: (51)32303341


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>