Edward C Benoit
Lurker
I am using vs 2019 C# and Android emulator android 9.0. When I call a website using SESION Example:Session["issn_Data"] = issn; Some time the next page using issn = (string)(Session["issn_Data"]); The data is not in the 2nd page. Anyone having this problem?