I have a simple question, but since I have never worked with applet before I need help: I have a Java applet that requires user to login. After login I would like to save login parameters (uname and pass) to the session or cookie, so next time user starts my applet, login could be automatic.
Is there a way to save / read session and cookie from Java applet and how to do it?
I have a simple question, but since I have never worked with applet before
Share
Check This out
http://www.java-gaming.org/index.php?topic=24016.0
http://docs.oracle.com/javase/tutorial/deployment/doingMoreWithRIA/accessingCookies.html
Might be helpful thanks