Browser back button issue in liferay 7

lokesh gorrela, modified 7 Years ago. Regular Member Posts: 173 Join Date: 3/9/16 Recent Posts

I am working on liferay 7 GA2(CE), After login into my portal, I clicked on  "Configuration"  button from control panel then "Generl" setting page is displayed. After that i clicked on browser back button, it displayed  "You are signed in as Test Test."   message only.

Actually it  need to show home page, but it displayed "You are signed in as Test Test." message only  whenever i click on browser back button.

Any one knows about this problem please help me to resolve this problem.

 

Thanks&Regard's 

Lokesh

 

 

thumbnail
Christoph Rabel, modified 7 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts

1) You should update, that version is quite old.

2) Best guess: You have a redirect configuration issue (you should see warning messages in the logfile)

https://community.liferay.com/forums/-/message_boards/message/5047428

 

 

lokesh gorrela, modified 7 Years ago. Regular Member Posts: 173 Join Date: 3/9/16 Recent Posts

Hi Christoph Rabel,

Thanks for your response.

 

What you suggested those properties, I already kept in my properties file.

Whenever i clicked on browser back button,It displayed history of that page. see the below points,

1.After login into my portal,Immediately I click on  "configuraton"  button then click on browser back button, It displayed "You are signed in as Test Test."

2.Suppose, After login into my portal and I have done any other operation and  do above process, it is working fine. After login only it raised this problem.

I attached three screen shots for better understand,see once.

 

Thanks&Regard's

Lokesh

 

 

thumbnail
Christoph Rabel, modified 7 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts

Please check the logfile for any errors or warnings.

Again: You might want to upgrade your installation. Maybe a newer version fixes your issue.

 

lokesh gorrela, modified 7 Years ago. Regular Member Posts: 173 Join Date: 3/9/16 Recent Posts

Hi Christoph Rabel

 

Thanks for your replay, I will follow what you suggested and try to  resolve my problem.

 

thumbnail
Minhchau Dang, modified 7 Years ago. Liferay Master Posts: 598 Join Date: 10/22/07 Recent Posts
lokesh gorrela:

Whenever i clicked on browser back button,It displayed history of that page. see the below points,

This reminds me of a bug I saw in an older version of Liferay related to single page applications (SPA) and Senna.js. If you are unable to upgrade to a newer GA release of Liferay 7.0, the workaround in that older version was to disable SPA via portal-ext.properties.

javascript.single.page.application.enabled=false
lokesh gorrela, modified 7 Years ago. Regular Member Posts: 173 Join Date: 3/9/16 Recent Posts

Hi Minhchau Dang,

 

Thanks for your  response.