Posted By:
Achu_Raj
Posted On:
Sunday, January 6, 2002 04:31 PM
I use a JIntegra WebBrowser added to a java frame in my application. We use Java on server side. So, in my code I first login to the middletier using a login EJB and creates a session. With that sessionID, I navigate the JIntegra WebBrowser. First navigation is successfull with that sessionID. During second navigation, which is targeted to a frame, the URL I am passing looks like this:- http://3.22.88.99/report;jsessionid=DKEEEBHONCBJ. But on the webserver side when I do a println, the sessionID it is getting from the HttpRequest is different (Like this, first 5 letters changed - ASDFGBHONCBJ), Which is not valid. So, I get a 'Access denied' Exception for the second navigation. I don't know whether this is a JIntegra problem. When I click on any bu
More>>
I use a JIntegra WebBrowser added to a java frame in my application. We use Java on server side. So, in my code I first login to the middletier using a login EJB and creates a session. With that sessionID, I navigate the JIntegra WebBrowser. First navigation is successfull with that sessionID. During second navigation, which is targeted to a frame, the URL I am passing looks like this:- http://3.22.88.99/report;jsessionid=DKEEEBHONCBJ. But on the webserver side when I do a println, the sessionID it is getting from the HttpRequest is different (Like this, first 5 letters changed - ASDFGBHONCBJ), Which is not valid. So, I get a 'Access denied' Exception for the second navigation.
I don't know whether this is a JIntegra problem.
When I click on any buttons on the page (embedded on JIntegra WebBrowser) also (For New Window pop ups), the server is getting a different SessionID like this, and denies Access.
Anyone knows how to fix this issue?
<<Less