Sound about right.
The retrieving and storing is done by the function ReadLastHereDate(UserName) in inc_functions.asp
An example of how it is used you can find in active.asp:
if IsEmpty(Session(strCookieURL & "last_here_date")) then
Session(strCookieURL & "last_here_date") = ReadLastHereDate(strDBNTUserName)
end if
Last thing to remember is that it is stored in the format YYYYMMMDDhhmmss
Pierre
Join a Snitz Mailinglist