Creating cookies
Hi:
I want to create a cookie to store some data (only a name) for loading that data into a html file using Javascript. That's why I need to create a cookie because is the only accesible file from a javascript function.
I have been lloking for it but the only thing I found is a class called cookie but only for J2EE (servlets and JSP). I need a solution but using J2SE (a standar Java application).
Thanx for your possible help.

