I was wondering if it’s possible to write cookies to clients from unsigned applets.
I was wondering if it’s possible to write cookies to clients from unsigned applets.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.