Jud,
By using the enumerator in the nsICookieManager interface, can I iterate
trough the cookies in the cookie store and essentially access them as
nsICookie objects
thnx
_Ashu
Judson Valeski wrote:
> actually,
> http://lxr.mozilla.org/seamonkey/source/extensions/cookie/nsICookieManager.idl
> is the public cookie iface. there is no way to "set" cookies, just
> access to the store.
>
> Jud
>
> Ashutosh Kulkarni wrote:
>
>> Hi,
>>
>> What component/service can I use for enabling Webclient to access the
>> Mozill Cookie Store. Essentially I need some way to set and get cookies.
>> Is CookieService.idl the interface I should be looking at?
>>
>> _Ashu
>>
>>
>