What format is the time stored in the SC_TOUCH_TIME and SC_CREATION_TIME variables of the token within the CTSESSION cookie?
2 years ago
Originally Published: 2009-12-22
Article Number
000050459
Applies To
RSA Access Manager Server 6.0.x
Issue
What format is the time stored in the SC_TOUCH_TIME and SC_CREATION_TIME variables of the token within the CTSESSION cookie?
Resolution

The time is stored as the number of milliseconds since 1970.   Note that allthough the value is in milliseconds, the time is stored to the nearest second.

The following Excel formula shows how to convert this value to a date.

=A5/(1000*60*60*24)+DATE(1970,1,1)

 

 SC_CREATION_TIME date 
 1259271624091  11/26/09 21:40