Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Expired cookies while connected on backend system

Former Member
0 Kudos

Hello,

I wanna know what happens when a logon ticket expires while a user is connected to the backend system. and if there is method to renew an epired logon ticket?

Any help! It will be aprreciated and rewarded.

Thanks in advance,

1 REPLY 1

Former Member
0 Kudos

The logon ticket for the user will expire based on the property.,

login.ticket_lifetime - Default value is 8 (Number of hours the logon ticket is valid)

If the ticket becomes invalid while you are connected to backend, still you will be thrown out of the system when you try to do a transaction and prompted with relogin page.

Regards,

Muthu Kumaran KG