Hi guys, i created a session variable on one of my pages, but when i call it from another page it is not there. for example on page one i have
(i'll get the request from a form)
Session("Color"
= Request.Form("Color"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
then on the next page
Color = Session("Color"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Response.Write "Color = " & Color
Any ideas why the session variable is not sticking?
(i'll get the request from a form)
Session("Color"
then on the next page
Color = Session("Color"
Response.Write "Color = " & Color
Any ideas why the session variable is not sticking?