04-16-2009 12:47 PM
I have taken the BrowserDemo sample code and tried to create an embedded browser in my application. It seems, however, that some pages will not be able to load properly. More specifically, if there are some pages that require some sort of session (meaning subsequent page views require some session variables), the pages won't load.
Looking through the browser demo, it seems like the RenderSession.getBrowserContent(...) method is not too clearly documented in the APIs. Does it just take the connection and the url and try and get the browser content response, without any knowledge of the previous renderings? Does it not handle browser sessions correctly? (not supported?)
Solved! Go to Solution.
04-27-2009 10:45 AM
Note that the BrowserFieldDemo sample does not implement cookies, which are generally required for a web site session. Please refer to the following.
How To – Enable cookies in BrowserField
Article Number: DB-00675
04-27-2009 06:33 PM
06-03-2009 03:51 AM
Hi,
where you able to make this work? i'm encountering difficulties following the how-to article. Thanks