Hello On Fri, Feb 6, 2009 at 1:15 PM, carljmosca <[email protected]> wrote: > Does anyone know of a library which will let me examine a browser's > cookies? I think it goes w/o saying I am wanting to do this in a > platform independent manner. :)
It should NOT be possible to examine browser cookies from an applet. It would be a serious security issue. There is no other platform-independent relation with the browser AFAIK. So, I believe you can only tap onto the filesystem and work on a per os, per browser, per version, per profile fashion. Quite a problem I say. regards -- Marcelo Morales --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
