Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  94
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, January 06, 2009
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > User Management > Login
Search
DevASP

What's New
What's Hot

log a user's action       
Total Hits: 287  |  Today: 0 Author: visualbuilder.com       Rating:  
Read Reviews | Write Review |              Your 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....

ASP Login page       
Total Hits: 924  |  Today: 0 Author: Sendhil Arunagiri       Rating:  
Read Reviews | Write Review |              Your 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....

PacLog W/Session       
Total Hits: 117  |  Today: 0 Author: Derek Truman       Rating:  
Read Reviews | Write Review |              Your 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...

Login & Password       
Total Hits: 608  |  Today: 0 Author: ASP101       Rating:  
Read Reviews | Write Review |              Your 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....

Simple "Remember Me" System       
Total Hits: 212  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your 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....

CyberLogin       
Total Hits: 194  |  Today: 0 Author: CyberCoded.com       Rating:  
Read Reviews | Write Review |              Your 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....

Secure Login       
Total Hits: 357  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

LoginNow       
Total Hits: 328  |  Today: 0 Author: Lewis Moten       Rating:  
Read Reviews | Write Review |              Your 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....

Log In System       
Total Hits: 200  |  Today: 0 Author: vipin sharma       Rating:  
Read Reviews | Write Review |              Your 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....

Hey... I Remember You!       
Total Hits: 231  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your 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....

ASP Login and registration page. Uses database       
Total Hits: 589  |  Today: 0 Author: Willem Bult       Rating:  
Read Reviews | Write Review |              Your 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....

PacLog W/Cookies       
Total Hits: 103  |  Today: 0 Author: Derek Truman       Rating:  
Read Reviews | Write Review |              Your 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...

Popup Logon.asp       
Total Hits: 269  |  Today: 0 Author: Tony Albutt       Rating:  
Read Reviews | Write Review |              Your 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....

Log File Function       
Total Hits: 182  |  Today: 0 Author: Roobster       Rating:  
Read Reviews | Write Review |              Your 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....

Access Member       
Total Hits: 178  |  Today: 0 Author: Bobby Carter       Rating:  
Read Reviews | Write Review |              Your 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....

Creating a Database-Driven Login Page       
Total Hits: 372  |  Today: 0 Author: Corin Martens       Rating:  
Read Reviews | Write Review |              Your 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....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com