On Thu, 17 May 2001, Alin Simionoiu wrote:

> Corect.
> But this is true for existing session.
> Want I'm trying to find is something like : isSessionValid(Session)

If you look at the session interface you can see that there's a method
that does this. session.isValid().

/**
 * Return the <code>isValid</code> flag for this session.
 */
public boolean isValid();

        ..bip


Reply via email to