Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to maintain different session for each JSP pages

ebitarAug 23 2012 — edited Aug 27 2012
Good Day,

The idea is I have a JSP web application deployed under Tomcat which acts like a designer.
the user logs in to the application and create dynamic pages.
The created pages should be tested from within the application.
So the user click on the test button and a new page is opened with the content created in the designer.
I want to maintain 2 different sessions for each page, and when the user logs off from the test page the designer which is an application should maintain the session.
The user now can create in the designer web application a new page and test it again.
Can you please advise how can this be done, how a manager or a controller should be created for this.

Thank you in advance

Emile
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2012
Added on Aug 23 2012
5 comments
3,625 views