On Tue, 2010-05-04 at 15:47 -0400, Langston, James wrote:
> Hi all,
> 
> Is there a way to check that I'm still connected w/ defaulthttpclient ?
> Essentially,
> I'm logged into a server and if the login session gets timed out or not,
> I just quickly
> want to check, but I don't see any easy methods to utilize ...
> 
> Thanks,
> 
> Jim
> 

HTTP session and HTTP connection are two completely different things.
HTTP session may well span across multiple HTTP connections. If a
connection gets closed it does not mean the session get automatically
invalidated.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to