Session handling in HttpClient

2008-06-25 Thread Wierd Programmer
Hi folks, I am planning to use HttpClient in the client end of a Swing based client - server(Jboss) application. I am wondering how to handle sessions and specially session time out situations...Are there any listener kind of things for session? Incase If I would like to show a message to the u

Re: Session handling in HttpClient

2008-06-25 Thread Wierd Programmer
any > cleanup/reinitialization. > > Alternatively, to generically support all servers, you might want to > do a periodic "is session open" request, which is basically a request > to the server that checks if the session is open. If you want to do > this, there is