ServiceProvider initiate SSO, ADFS identityProvider, re-authenticate every ~2min

Good day,

we are using ComponentSpace for our web application which acts as a service provider, initiating SSO. The identity provider is an ADFS server.
Everything works fine, just that approximately every 2 min the application is automatically re-logging.
Can you please help me with a suggestion of what could trigger this reloggins?
Thank you!

With kind regards,
PV

Hi PV
After SSO completes, you will establish an authentication session (typically a cookie) for your web application.
I presume that after cookie expiration, you initiate SSO to login the user again.
Is it possible that the cookie is expiring after 2 minutes?

[quote]
ComponentSpace - Thursday, June 23, 2016
Hi PV
After SSO completes, you will establish an authentication session (typically a cookie) for your web application.
I presume that after cookie expiration, you initiate SSO to login the user again.
Is it possible that the cookie is expiring after 2 minutes?

[/quote]

Thank you for your suggestion!
I'll investigate this scenario and I'll come back later with the results.

With kind regards,
PV

Ok, thanks.