Re: [twsocket] Cookie Manager

2011-04-08 Thread Daniele Rocchi
Really?!? It took me 2 hours to find out that StrToDateTime wouldn't do it and decided to interpret the string myself... and now you tell me there'a a function for that? :P I'll correct it as soon as I have time. Thanks. Daniele On 8 April 2011 22:10, Anton S. wrote: > Daniele, great! Built-in

Re: [twsocket] Cookie Manager

2011-04-08 Thread Anton S.
Daniele, great! Built-in coookie manager would be a great improvement! Looked quickly at your unit. You have many code in StringToCookie that formats date, but OverbyteIcsHttpProt.pas already has functions RFC1123_Date and RFC1123_StrToDate -- Anton -- To unsubscribe or change your settings for

Re: [twsocket] Cookie Manager

2011-04-08 Thread Daniele Rocchi
Oh, sorry. I tried uploading here http://www.filefactory.com/file/ca95793/n/CookiesManager.pas Daniele On 8 April 2011 19:35, Arno Garrels wrote: > > Hello Daniele, > > The listserver doesn't accept attachments. > Maybe you can upload the file to some webserver and post the URL > here. IMO a co

Re: [twsocket] Cookie Manager

2011-04-08 Thread Arno Garrels
Hello Daniele, The listserver doesn't accept attachments. Maybe you can upload the file to some webserver and post the URL here. IMO a cookie manager is a valuable contribution and has been requested several times over the past years. -- Arno Garrels Daniele Rocchi wrote: >> Hi everyone, >>

[twsocket] Cookie Manager

2011-04-08 Thread Daniele Rocchi
Hi everyone, since I needed one for my own project, I built a class to manage cookies from http/https requests. I've never created a component so I'm not sure I'm doing things the right way but I tried it on a sample program to log-in into a site and it seems to work. At the moment it is a comple