Hi Roland,

Thanks for the response!

But there is Cookie class in httpclient package.

Can't we use that for managing expiry date?

Regards,
Lalit 


-----Original Message-----
From: Roland Weber [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 21, 2007 4:49 PM
To: HttpClient User Discussion
Subject: Re: Cookie Expiry Date

Hello Lalit,

> I would like to set the expiry date for cookies.

This is done by the server, not by the client. If you
want to throw out cookies on the client, then you have
to periodically call some method that scans all cookies
and decides which ones to drop.

regards,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to