inspiraller
Programmer
Hello
1) PAGE 1 - I have created either Session("loggedin")="true" OR Response.Cookies("loggedin")="true"
2) PAGE 2 - LOOPS and writes ALL Sessions and cookies (This works fine)
START SESSION LOOP
loggedin=true
END SESSION LOOP
START COOKIES LOOP
loggedin=true
END COOKIES LOOP
3) I open up a new brower window by typing in the url for PAGE 2, and the Session and Cookie does not display anything. They dont exist?
START SESSION LOOP
END SESSION LOOP
START COOKIES LOOP
END COOKIES LOOP
NOTE: I have even tried setting an expire and domain for cookie just to be thorough and that doesnt work either.
Can anybody explain to me how I can get my cookie recognised when opening a new window from a seperate url, or from typing it in?
1) PAGE 1 - I have created either Session("loggedin")="true" OR Response.Cookies("loggedin")="true"
2) PAGE 2 - LOOPS and writes ALL Sessions and cookies (This works fine)
START SESSION LOOP
loggedin=true
END SESSION LOOP
START COOKIES LOOP
loggedin=true
END COOKIES LOOP
3) I open up a new brower window by typing in the url for PAGE 2, and the Session and Cookie does not display anything. They dont exist?
START SESSION LOOP
END SESSION LOOP
START COOKIES LOOP
END COOKIES LOOP
NOTE: I have even tried setting an expire and domain for cookie just to be thorough and that doesnt work either.
Can anybody explain to me how I can get my cookie recognised when opening a new window from a seperate url, or from typing it in?