httpsessions are not maintained for Applets.
Applets that make multiple HTTP URLConnections initiate a new httpsession with the server every time. If cookies are used to determine connections, note that cookie data is not neccesarily shared between the browser and the Java Plug-in. This is at the discretion of the browser vender.
Do not make session information dependent on cookies.
Last updated: 2003-06-11