J
joled
Hello,
It looks like a session variable that I created in the global.asa is
being reset by the global.asa when you return to a pge in the virtual
root directory.
Ex.
/vroot/index.asp - website home page
/vroot/global.asa - sub session_onstart
session("loggedin") = N
end sub
/vroot/login/validate.asp - sets session("loggedin") = Y
/vroot/music/index.asp - hitting this page shows loggedin=Y
/vroot/contact - hitting this page shows loggedin=Y
/vroot/index.asp - shows loggedin=Y
- there is no code in this page that sets
loggedin=N
*then hitting any other page loggedin=N
My only guess as to what is resetting loggedin=N is the code
in the global.asa file. Has anyone run into this before or know
if it may be a setting on the IIS server that causes this?
Thanks in advance!
Joe
It looks like a session variable that I created in the global.asa is
being reset by the global.asa when you return to a pge in the virtual
root directory.
Ex.
/vroot/index.asp - website home page
/vroot/global.asa - sub session_onstart
session("loggedin") = N
end sub
/vroot/login/validate.asp - sets session("loggedin") = Y
/vroot/music/index.asp - hitting this page shows loggedin=Y
/vroot/contact - hitting this page shows loggedin=Y
/vroot/index.asp - shows loggedin=Y
- there is no code in this page that sets
loggedin=N
*then hitting any other page loggedin=N
My only guess as to what is resetting loggedin=N is the code
in the global.asa file. Has anyone run into this before or know
if it may be a setting on the IIS server that causes this?
Thanks in advance!
Joe