Hi, i have 2 projects in 2 different solutions. Proj A and Proj B.
I have created a Session("LoginName"
in Proj A and have a link in Proj A to Proj B. Then i will try to access the Session("LoginName"
in Proj B. Seems like i can't access the Session("LoginName"
, why?
Thanks!
I have created a Session("LoginName"
Thanks!