aspose file tools
The moose likes Portals and Portlets and the fly likes multi-session in a page without portlets/iframe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "multi-session in a page without portlets/iframe" Watch "multi-session in a page without portlets/iframe" New topic
Author

multi-session in a page without portlets/iframe

sanju dharma
Ranch Hand

Joined: Oct 19, 2000
Posts: 45
Hi,
I want to integrate a web application as part of other already developed web application. My application will be shown as subsection of other parent application which is completely different, has different deployment center, different session etc.

I dont want to use Iframe because it is not allowed by parent site. What is best way and cleanest way to do this ?

Main problem i see managing two separate sessions in one page and updating part of the web page (may be inside div tag?) when secondary application shows next page.

Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: multi-session in a page without portlets/iframe
 
Similar Threads
Session lost because iframe
escaping an iframe
on session expire in iframe - open login page in parent window
escaping an iframe
How to navigate through a web page displayed in iframe ?