How can i create a session for a webpage..I was create a webpage with login page.
But i was trouble to maintain the user state. please help me to maintain the user status using session or cookies.I you knew please send some sample code to me…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can maintain state is asp just by using the session variable available on any page.
Then you can read these values at a later date. You will need to cast the back to their original types.
Note that you should always check that these values are not null before using them.