M
Matt Baker
Guest
OEM does support a single sign on mechanism which would be best option in this case. But since it doesn't see if you can make the browser control issue an HTTP post to /login.jsp with the required credentials. The user won't see this request, then open the required page on a successful login. OEM uses cookies for session management so as long as the cookie setup in the browser control is transferred between the requests it should work. Other option here is to get the cookie from the original Web Request and plugin that into the cookie store for the browser control object with the correct domain information.
Continue reading...
Continue reading...