| Name: Technical Q&A QA1265: Sharing Browser Cookies With Java Applets
Description: Q: Each time my Java Applet opens URLConnections to a server processa new session with the server is generated. Why doesn't the Applet just use the cookie from its host browser? void start() { try { // COOKIE SHARING: take browser cookie from Applet params serverURL.openConnection(); // Attach browser cookie to URLConnection conn.setRequestProperty)"Cookie
Category: Browser Cookie
Url: http://developer.apple.com/qa/qa2001/qa1265.html
Date: Oct 14, 2005
Current Rating: 0.00
Clicks/Hits Received: 1
Number of Reviews/Comments: 0 |
Modify
this link
Report this link as broken
|