Documentation

(reactui)

Using inside an iframe

This is an old revision of the document!


If you want to use an application with reactUI inside an iframe (e.g. embedded into another site), the standard http session handling won't work as usual. To use the application inside an iframe, simply add following in the web.xml of your application:

<init-param>
  <param-name>useInternSession</param-name>
  <param-value>true</param-value>
</init-param>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information