Very Urgent :How to start a new session if a user click on the new tab in IE or mozilla on websphere
Posted
by ha22109
on Stack Overflow
See other posts from Stack Overflow
or by ha22109
Published on 2010-06-08T18:08:48Z
Indexed on
2010/06/08
18:12 UTC
Read the original article
Hit count: 186
Hi,
I have one "user search" portlet on the home page of one application running on websphere portal server.Which display the matching user records as per the search criteria filled in the search form.I have requirement to have a "back to search input" link on the results page which onclick should show the filled form on the input jsp.
The issue which i am facing is if i open the application in two diff tab of same IE browser and start giving some search criteria and submit and same time search for some other input from other IE tab (in the same browser)and then go back to previous tab and click on "back to search input" link then instead of showing me the first input it will show me the imput which i entered in the next IE tab.
I am setting and getting the bean(form bean) through portlet session.but in the two diff tab of same IE it will be the sae user session (and may be the same portlet session..)
Please tell me solution for this.
The one thing to be notice here is i can access this "user search" application even without doing login also.so it must be taking the default portlet session in this case. what wil happen once i login and then search,will it going to overwrite the portlet session and http session or howz is that?
© Stack Overflow or respective owner