But... you ARE getting the values from a Session variable.... that's what this does:
a = Session("rdoGiftCert")
b = Session("rdoGiftVoucher")
It returns the value in the session variable rdoGiftCert and puts it in to a, and gets the session variable rdoGiftVoutcher and puts it into b.
Thank you very much for your time on this.
I kind of did not get the concept of session variables.
I was assigning to a variable in my first pages and retrieving from another variable where there were no values. It is obvious now.
Yeah, that's what the Session object does... it travels with the web user for the life of their session on your site. When they leave, then the session object is dropped.
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.