Problem with applet and IE

User 1e7bb168fc

21-04-2010 08:51:48

We have faced a problem with applet and IE.


When applet loads mol from URL specified it doens't sent cookies with request - as a consequence our server is not able to identify http session and find appropriate content.


Tested Firefox 3.5 and IE 8.


FF is OK.

ChemAxon 7c2d26e5cf

22-04-2010 15:33:09

Marvin uses java.net.URL class to refer and download remote content.


Marvin retrieves the value of appropiate applet parameter ("mol"). If it can recognize as url, Marvin creates an URL object from it and download the content.


How you handle cookies at server side and how you pass it to the server?


Passing the session id in the query part of the URL string is not a suitable solution for you?


Are you sure that the usage of cookies are not restrictied in your IE, please check IE settings where this problem occurs.