we have a company home page which has java on it. We also access another site which has another java applet to run. But the java from the first page will not let the 2nd session load up.
Is there a 'onclose stop java' code?
or is the best way to close the cookie which will kill the first instance of java
I don't believe so. Are you closing the first page before going to the second, or are you going directly from the first to the second page? Lastly, do you have both pages open at the same time?
If cookies are used to manage the Java session, then I guess I'm not sure why one cookie should affect the other site. Cookies are domain specific, unless a common JavaScript file from one domain is used on both sites, which sets a cookie for a single domain.
Bookmarks