Hello guys,

I have a main web application that has an Iframe, this Iframe hosts the JSP content of another Spring web application on the same server. But when I request to load the first page in the Iframe (storing in the controller some info in the session), then whatever action I perform in the Iframe I have another session so the spring model is not anymore reachable. This is a big a problem and I searched in the forum without finding a good workaround...

Some suggestion?

I have evaluated also the opportunity to substitute the Iframe with a DIV + javascript but since are 2 web apps I think that with Ajax I cannot do so much....

thank you for your attention
Daniele