If I have code which looks like this:
session("NameCheck" = true
session("Name" = rsLogIn("FirstNm"
session("Email" = rsLogIn("EmailAddrTxt"
session("PWCheck" = true
session("AcctNbr" = rsLogIn("AcctNbr"
session("Valid" = true
session("Attempted" = true
Then, I abandon my session.
Is there a way I can move to another page and retain my "name" and "email" fields?
I am not sure if this is possible, I was thinking the use of a hidden field may make it possible but am really unsure.
Does anyone have an idea?
session("NameCheck" = true
session("Name" = rsLogIn("FirstNm"
session("Email" = rsLogIn("EmailAddrTxt"
session("PWCheck" = true
session("AcctNbr" = rsLogIn("AcctNbr"
session("Valid" = true
session("Attempted" = true
Then, I abandon my session.
Is there a way I can move to another page and retain my "name" and "email" fields?
I am not sure if this is possible, I was thinking the use of a hidden field may make it possible but am really unsure.
Does anyone have an idea?