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
- RE: Browser Closed William Kaufman
- Re: Browser Closed Alin Simionoiu
- RE: Browser Closed Bip Thelin
- RE: Browser Closed William Kaufman
- RE: Browser Closed Nael Mohammad
