FIM - How to set "fim.session.lifetime"
Originally Published: 2015-03-11
Article Number
Applies To
RSA Product/Service Type: Federated Identity Management
RSA Version/Condition: 4.2
Platform (Other): 4.2 SP1
Issue
Resolution
- In Standalone this value is read from the fim.properties.
- In Cluster this value is read from the database.
public static long getSessionLifetime() {
if (isDeploymentClustered()) {
// Get from DB for Clustered Deployment
return getFIMPropertySettingsFromDB().getFimSessionLifetime();
}
return FIMProperties.getSessionLifetime();
}
The default fim.session.lifetime value for the cluster is also 3600000. This can be changed in the Cluster Admin console->Cluster->FIMProperties->Session lifetime Value.
Notes
The value of fim.object.lifetime.iterval is used by the ProfileStateTable (A table for holding state information when doing profile message exchanges) cleanup thread.
FIM maintains the sessions even if the SLO service is disabled in the entities.
Related Articles
RSA FIM error 'The specified role is not defined in Entity' 18Number of Views Recognize - SAML Relying Party Configuration - SecurID Access Implementation Guide 2Number of Views Recognize - SAML SSO Agent Configuration - SecurID Access Implementation Guide 3Number of Views Netskope Security Cloud - SAML My Page SSO Configuration - RSA Ready Implementation Guide 16Number of Views Netskope Security Cloud - SAML Relying Party Configuration - RSA Ready Implementation Guide 16Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third …
Don't see what you're looking for?