Fórum

Portlet disappears from the page on a duplicate IE session

Raj Aryan, modificado 11 Anos atrás.

Portlet disappears from the page on a duplicate IE session

New Member Postagens: 22 Data de Entrada: 22/12/11 Postagens Recentes
Hi,

We have a portlet added to a page and it works fine when user logs in using IE. But, when the same user open another IE window and go into the portal, user see the homepage but doesn't see the portlet. Portlet just disappears and its not just 1 portlet... this behaviour applies to all portlets on that page when we open a duplicate browser window.
Another test I did was, I opened IE and Firefox simultaneously, login to the portal. Portlets are visible in both browsers and works as expected.

Looks like some session sharing issue when we open 2 similar browser sessions at the same time. Portlet disappearing behaviour is seen in both IE & Firefox. Can anyone please help or provide pointers on this?

Thanks....
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
I can't duplicate the problem.
Are you using Liferay 6.1.1 GA2? Are portlet standard liferay portlets or did you develop them yourself?
Raj Aryan, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session

New Member Postagens: 22 Data de Entrada: 22/12/11 Postagens Recentes
We are using 6.1 GA1. Its MVC Portlet deployed as seperate project within. Basically a new war file with standard liferay implementation.
I am able to reproduce it everytime. Here is my test case again:

1. Open portal in IE, goto url http://xyz.com (sample url) login with a userid/password
2. Homepage is laoded with 3 portlets
3. Keeping the original window open, Open another IE window and go to the same URL http://xyz.com (sample url)
4. User is shown homepage directly without entering id/password
5. User Homepage is blank in the second browser, doesn't see any portlet.

Let me know if you need any other detail.

Thanks..
thumbnail
Juan Gonzalez P, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session

Liferay Legend Postagens: 3089 Data de Entrada: 28/10/08 Postagens Recentes
Raj Aryan:

3. Keeping the original window open, Open another IE window and go to the same URL http://xyz.com (sample url)


Wrong. Keeping the browser opened causes the session to keep in browser, so anytime you open another window will keep session as well.

To test that, open another browser (Firefox, etc).
Raj Aryan, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session

New Member Postagens: 22 Data de Entrada: 22/12/11 Postagens Recentes
This is intentional. I want to fill in data in one screen by referring from the other
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session (Resposta)

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
There was a problem with GA1. Try upgrading to GA2.
Raj Aryan, modificado 11 Anos atrás.

RE: Portlet disappears from the page on a duplicate IE session (Resposta)

New Member Postagens: 22 Data de Entrada: 22/12/11 Postagens Recentes
After installing GA2 in my local, I dont see this issue anymore. Thanks Hitoshi..appreciate your help on this...
Thanks all....