After tracking a problem on my intranet found the reason (marked in red):
in inc_function_common.asp
sub ClearCookies()
if strSetCookieToForum = 1 then
Response.Cookies(strUniqueID & "User").Path = strCookieURL
else
Response.Cookies(strUniqueID & "User").Path = "/"
end if
Response.Cookies(strUniqueID & "User") = ""
Session(strCookieURL & "Approval") = ""
Session.Abandon
'Response.Cookies(strUniqueID & "User").Expires = dateadd("d", -2, strForumTimeAdjust)
end sub
Isn't this a bit overdone. It's like saying when you use Snitz on your WebSite forget any other functionallity with sessions on your WebSite.
I've added this to my "To-Do list after upgrade"