if Session("Access")="Admin" then
Set Administrator = True
else
Set Administrator = False
end if
this: if Session("Access")="Admin" then
gives me:
error '80020009'
Exception occurred.
Is the session not started yet?
I just set this session in another window then reloaded this page?