Hi
I am a beginner of ASP.NET. I have created a Login.ascx which is a login layout and check the authentication. After the user can pass his username and password, I will use a session to store an member object. However, I cannot call back the member object session outside of this login control.
What can I do? I want to get the member object outside the control page
I am a beginner of ASP.NET. I have created a Login.ascx which is a login layout and check the authentication. After the user can pass his username and password, I will use a session to store an member object. However, I cannot call back the member object session outside of this login control.
What can I do? I want to get the member object outside the control page