Re: Session handling in HttpClient

2008-11-07 Thread Eugene Kondrashev
legk wrote: > > On Wed, 2008-11-05 at 09:04 -0800, Eugene Kondrashev wrote: >> Hi! >> >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 tha

Re: Session handling in HttpClient

2008-11-05 Thread Eugene Kondrashev
Hi! >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 a very safe way to implement something like this. Just >ask me and I