I was wondering if it's possible to write cookies to clients from unsigned applets.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes they can, you can use JSObject for this. Small note here, you need to add the plugin.jar from the jre/lib directory to your path in order to get this compiled. Reading:
Writing:
Don't forget to encode your data in Base64. |
|||
|
|
|
You may find these links useful: http://java.sun.com/products/plugin/1.2/docs/cookie.html |
|||
|
|