|
|
|
|
|
Total Hits: 287 | Today: 0 |
Author: visualbuilder.com
|
Rating:
|
|

To log a user, set up a table with the following fields, UserID, Action, ActionDateTime. Ensure you have the user's id or name in a session and then insert a record and the action that they perform like the example below....
|
|
|
|
Total Hits: 924 | Today: 0 |
Author: Sendhil Arunagiri
|
Rating:
|
|

This article shows how to build a simple login page for your site using ASP. Visitors have to enter their username and password to gain access to the site. If they do not have one, they can register themselves to obtain the login details. At any point of time, the visitor can change his/her password. All of the login details are stored in a Access database with just one table named Login....
|
|
|
|
Total Hits: 117 | Today: 0 |
Author: Derek Truman
|
Rating:
|
|

This Login System uses sessions. Basically what this means is that you are only logged in as long as the browser remains open. You can log in and run around all thru the protected area until you close the browser. This method is excellent for intranets since people can access many different computers during the course of the day. The use of cookies often will allow someone access to an area they shouldn't be in because the user forgot to ensure the cookie was set to expire when they left the sta...
|
|
|
|
Total Hits: 608 | Today: 0 |
Author: ASP101
|
Rating:
|
|

This example shows a very easy but effective way to add a user login and password to pages which you don't want just anybody to be able to access. Provides the free code download on the page....
|
|
|
|
Total Hits: 212 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

In this article, the author is going to show you how to create a simple "Remember Me" system that will allow your visitors to come to your site, signup, enter their login details only once and be remembered the next time they visit your site. This is a popular technique....
|
|
|
|
Total Hits: 194 | Today: 0 |
Author: CyberCoded.com
|
Rating:
|
|

A Login and Authorization system that emails the user and webmaster and stores information in MS Access Database. If a user trys to access a page they do not have permission for they are forwarded to a page to SignUp and are emailed a temp password....
|
|
|
|
Total Hits: 357 | Today: 0 |
|
Rating:
|
|

Security, everyone wants something protected, especially valuable information that they do not want anyone to see. There are a number of ways to protect your webpage ranging from Server folder permissions to basic vbscript password verification. In this article, I will describe how to protect your webpages. There are a few things that we need to take into consideration when developing a secure login for your website....
|
|
|
|
Total Hits: 328 | Today: 0 |
Author: Lewis Moten
|
Rating:
|
|

Attempts to log a user into the web site through either cookies or posted form data by validating UserName and password against a database. Redirects users to originally requested pages. Saves/Refreshes/Deletes login data into cookies if requested by user....
|
|
|
|
Total Hits: 200 | Today: 0 |
Author: vipin sharma
|
Rating:
|
|

This code is for bignners. I've used two files for checking user name and password from the database. default.asp (ask for username & password check_user.asp Database Section. In database, first we make a table called "users" fields datatype uid text, & pwd text....
|
|
|
|
Total Hits: 231 | Today: 0 |
Author: Mitchell Harper
|
Rating:
|
|

In this article I'm going to show you how to create a simple "Remember Me" system that will allow your visitors to come to your site, signup, enter their login details only once and be remembered the next time they visit your site....
|
|
|
|
Total Hits: 589 | Today: 0 |
Author: Willem Bult
|
Rating:
|
|

The first ASP project of author: a login page. It uses a database to verify usernames and passwords. Also includes registration ability. Comment is supplied so that less experienced programmers can also understand the code....
|
|
|
|
Total Hits: 103 | Today: 0 |
Author: Derek Truman
|
Rating:
|
|

This Login System uses cookies. If you check the Remember Me box, you will not need to log in again until 2010, otherwise you are only logged in as long as the browser remains open. You can log in and run around all thru the protected area until you close the browser. This method is excellent for sites with frequently returning users who do not want to be bothered with logging in all the time. Now this would not be complete if you didn't have an admin area. You can add and delete users there. T...
|
|
|
|
Total Hits: 269 | Today: 0 |
Author: Tony Albutt
|
Rating:
|
|

This code will allow you to click on a Logon Button requesting a Logon popup asp page. After submitting username and password will refresh your originator browser Page....
|
|
|
|
Total Hits: 182 | Today: 0 |
Author: Roobster
|
Rating:
|
|

The subprocedure can be called by any ASP applicaiton/page which needs to create a log entry each time it is accessed. This can then be checked at a later stage by an administrator for example, to determine who/how/when details concerning a given application/ASP page. As it stands at the moment the log subprocedure records the data&time, client IP address, and path of the application/page which called the function to each entry made in the log file....
|
|
|
|
Total Hits: 178 | Today: 0 |
Author: Bobby Carter
|
Rating:
|
|

Protect your webpage with password, and user can sign up to be a member of your site or company...user can view your web page or just log into your site as a member. And flexible to adapt with many application....
|
|
|
|
Total Hits: 372 | Today: 0 |
Author: Corin Martens
|
Rating:
|
|

This script lets a user login, then it tracks that user and controls the areas they can access. When the user runs across an area they don't have proper permission to access they are forwarded to a page to register. It works well if you want to embed a login into a page and track and identify a specific user throughout the site. This code covers the login and tracking portion for my visitor....
|
|
|
|
|
|
|