On 2/20/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> Since there isn't such a method, you can't call it :-)
>
> But, you may try HttpSessionListener interface.
> Inside sessionCreated(HttpSessionEvent hse) you can call
> hse.getSession() to store them manually inside your ServletContext.
>
> Not used this on my own, so I don't know anything about some upcoming issue,
> just a quick idea ;-)
>
> -Matthias
>
> On 2/20/06, Simon Steiner <[EMAIL PROTECTED]> wrote:
> > Can I get a list of all HttpSession's i.e.
> >
> > FacesContext fc = FacesContext.getCurrentInstance();
> > List sessions = (List)fc.getExternalContext().getAllSessions();
> >
> > I think they don't want me to because of security concerns.
> >
> >
> >
>
>
> --
> Matthias Wessendorf
> Zülpicher Wall 12, 239
> 50674 Köln
> http://www.wessendorf.net
> mwessendorf-at-gmail-dot-com
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

Reply via email to