This is an old question about session Vs cookies,in Asp session works base on cookie, cookie keep info of sessionid,if cookie disabled the sessionid will be different in each page( http is stateless protocal),session will not work well. this is what I know.
but there is something weired I delete all cookies and disable all cookies,I put "response.write session.sessionid "in every asp page to display their id,then I access the pages.I was surprised to see every has same session id and session work very well.I was very confused.
if some one know session and cookie well,please give me some suggestion.thanks for any reply.
but there is something weired I delete all cookies and disable all cookies,I put "response.write session.sessionid "in every asp page to display their id,then I access the pages.I was surprised to see every has same session id and session work very well.I was very confused.
if some one know session and cookie well,please give me some suggestion.thanks for any reply.