function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SkowronekSkowronek 

Session timeout in Customer Self-Service Portal

I'm am building a wrapper for the CSSP and would like to know the exact timeout (inactivity) for the CSSP. Other than doing a parse of the page I'm at a loss on how to maintain session between my wrapper session and the embedded iframe CSSP session. If the CSSP session times out before my wrapper session the iframe is loaded with the SF.com login page which is pretty tacky.
 
Any help welcome.
 
Thanks.