掲示板

Problem with the first click on my portal

11年前 に Luca kk によって更新されました。

Problem with the first click on my portal

Expert 投稿: 284 参加年月日: 10/12/07 最新の投稿
Hi all,
I'm using Liferay Portal Community Edition 6.1.0 CE (Paton / Build 6100 / January 6, 2012).
I developed my portal, not in classic theme, with its own navigation menu.
The first time I click on any navigation menu item, the system redirect me always to the Home page,
then if I click again the system redirect me to the correct page.
I noticed that happens when the cache of browser is clean and I load the portal for the first time.

Has anybody else this problem?
Anybody knows how it can fix?

Thanks in advance
11年前 に Luca kk によって更新されました。

RE: Problem with the first click on my portal

Expert 投稿: 284 参加年月日: 10/12/07 最新の投稿
I noticed that the first time the href of page is:

href="http://my-portal/my-page;jsessionid=6FFCFC1625B913B2D6E67B17E6903C8F"

while the second time is:

href="http://my-portal/my-page"

What's ";jsessionid=6FFCFC1625B913B2D6E67B17E6903C8F"?
And why is there for the first time?
thumbnail
11年前 に Vitaliy Koshelenko によって更新されました。

RE: Problem with the first click on my portal

Expert 投稿: 319 参加年月日: 11/03/25 最新の投稿
Hi!

It's id of your session.

You can enable/disable it using:

session.enable.url.with.session.id=true

in portal-ext.properties file.


Vitaliy