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
Michael SMichael S 

Best way to check if a sessionID has expired

What is the fastest/best way to check if a session ID has expired?

Michael

DevAngelDevAngel
Hi Michael,
I usually do a getUserInfo(). It's pretty fast.