Message Boards

Handling session time out when user moving among different applications

Ganesh Puli, modified 2 Years ago.

Handling session time out when user moving among different applications

New Member Posts: 19 Join Date: 2/27/18 Recent Posts

Hi,

i have two applications like application-A(Liferay based application) & application-B(spring based application)

here we have a requirement like user can move from application-A to application-B and once after request processed in application-B, again user will come to application-A,

if the user request processing takes more time in application-B and then after once user returns to application-A

we are getting session time out in application-A

Note:- here without increasing the session time out in A, how can we handle session time out issue

one more example

online shopping application(Liferay application) --------- payment Gateway application(spring application)

if the payment Gateway application tooks more time for processing the request and when user returns back to online shopping application here am getting session time out ,  

how can i handle this issue without increasing the session time out value in online shopping application,

please help me out, how can we work on this scenario

 

thanks & Regards,

Ganesh P