Arizata.com Articles

Welcome Guest

Search:

Arizata.com Articles » Asp » Login & Session Control

Login & Session Control Articles

1: Updating password in login script using ASP MSSQL
We will add change password feature to our login script. This page to update password is available only to successfully logged in users or members so we will keep this page inside our members only area.

2: Restricting access to member area in ASP
We can create a member only area in asp by using sessions. Userid of the member is stored in session variable and presence of this session variable is checked at the beginning of each page inside the member area.

3: Creating Login form and validation using ASP MSSQL
Try to develop a login page using ASP. Actually we will be displaying one html login form to the visitor to enter their userid and password and from ASP side code is not there but using ASP we will check the session values to find out whether the member is already logged in or this is a fresh login.

4: Checking the session presence in ASP
We can display a welcome message to a visitor inside a member area based on his session status. If the member has not logged in then we can ask him to login. You must have observed in many sites and forums you will get a welcome message if you are logged in and the same place will show login form or link to login form if you are not logged in. How this is done ? We will learn that.


Page 1 of 1
[1]