Multiple choice technology platforms and products What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME? $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as a date/time. $$$SessStartTime returns the session start time as an integer and SESSSTARTTIME returns as a date/time. $$$SessStartTime returns the session start time as string and SESSSTARTTIME returns as an integer. There is no difference in practice. Either can be used to used to return the Session start time. Reveal answer Fill a bubble to check yourself A Correct answer Explanation $$$SessStartTime returns the session start time as a string value, while SESSSTARTTIME returns it as a date/time datatype. This distinction matters for type-sensitive operations and formatting.