CyberStore Ecommerce 2023 Documentation
ShopTTL Method
The time to live, in seconds.
The count down time, in seconds.
Shop TTL (Time To Live).
Syntax
var value; // Type: any
value = ShopTTL(timeToLive, countDownTime);
function ShopTTL( 
   timeToLive : any,
   countDownTime : any
) : any;

Parameters

timeToLive
The time to live, in seconds.
countDownTime
The count down time, in seconds.

Return Value

.
Remarks
The ShopTTL function will prompt the user a certain number of seconds prior to session expiration that the session is about to end and allow them to continue. If the shopper does not respond, then the shopper will be logged off and returned to the login page.