hiya,
before i go on i would like to say i have done some searching and have found similar situations but they havent worked.
anyway...
so i am trying to use the forum login stuff on other pages in the root directory of my site.
so in theory what i thought was that when u include config/inc_header/inc_sha256 it would work fine and i would be able to tell if a use is loged in, but i was wrong. it just doesnt seem to be working.
to test if it was working i just used thsi bit of code
<%
if strDBNTUserName = "" then
response.write "not logged in"
else
response.write "logged in"
end if
%>
and it always comes up "not logged in"
now i know this can be done as i have done it plenty of times before.
anyone got any ideas?
thanks
MaD2ko0l