"John J. Lee" <[EMAIL PROTECTED]> writes: > and the official MS docs, which just explain the API for getting at / > setting the cookies, not the format itself: > > >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcewinet/htm/ceconHTTPCookies.asp > > (under 'creating and retrieving cookies';
Can't the HTTP::Cookies::MSIE module simply be written as an XS module that then calls this API directly then? One problem I can see is that there apparently is no API for iterating over the cookies in the database. Regards, Gisle
