Is there a way to write and read cookies entirely from within the
applet through standard jre api (without involving any server side
component) ?
(I need to drop a cookie from my applet, so I can retrieve user conf
next time he uses the applet)
if not,
through non standard api ?
thanks for help
Roedy Green - 31 Jul 2007 11:01 GMT
>Is there a way to write and read cookies entirely from within the
>applet through standard jre api ,without involving any server side
>component ?
>I need to drop a cookie from my applet, so I can retrieve user conf
>next time he uses the applet
Some users turn off cookies, so presumably will foil your program too.
see http://mindprod.com/jgloss/cookie.html

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Real Gagnon - 31 Jul 2007 12:36 GMT
> Is there a way to write and read cookies entirely from within the
> applet through standard jre api (without involving any server side
> component) ?
> (I need to drop a cookie from my applet, so I can retrieve user conf
> next time he uses the applet)
Example at http://www.rgagnon.com/javadetails/java-0180.html
Bye.

Signature
Real Gagnon from Quebec, Canada
* Java, Javascript, VBScript and PowerBuilder code snippets
* http://www.rgagnon.com/howto.html
* http://www.rgagnon.com/bigindex.html