i recall something about session variables with PWS not working across folders -- i.e., session variables only work within the same folder... is your "page2" in a subfolder, or are you referencing "page2" aboslutely, i.e, with a leading slash, or fully qualified URL? try searching Microsoft website, they may have more info.
out of curiousity, do you have cookies enabled? if you program often then I know thats a stupid question but it would not work if you didn't .
also you can try
<%
Session("WebConn" = "DSN=WEBServ"
Response.Write Session(WebConn"
'make sure you are even setting the variable
%>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.