I don't think the Net::HTTP supports cookies.
Is there a quick way of making it happen?
In other words, I don't want to re-write the whole Net::HTTP
packages. ( well, all right, I am even lazy to the point
that I don't want to read the code( which I did a little bit
..... dizzling...))
CGI::Cookie could be used to generate and parser cookie
but how do you send it via Net::HTTP?
Thanks.
Hubert