Login mechanism for web apps
- From: "chris fellows" <chrisfellows@xxxxxxxxxxxx>
- Date: Tue, 21 Aug 2007 18:10:54 +0100
I am writing a generic login mechanism for our web apps using ASP.NET / C#
(VS2005). Various web pages need to present a login dialogue for the user to
re-enter their application-level username & password every 20 minutes. The
dialogue would pop up, the user would enter their login details again and
they would return to where they were previously in the web app. This
dialogue would be displayed (if necessary) on page load. Ideally the login
dialogue will be a popup. Authentication will require access to a database.
Is there an easy way to implement this so that only minimal changes are
needed to web pages for them to use this mechanism? I want to avoid having
the same code in every web page that needs to use the mechanism. Is there
any way to share this code, possibly in a C# dll?
.
- Follow-Ups:
- Re: Login mechanism for web apps
- From: chris fellows
- Re: Login mechanism for web apps
- From: Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
- Re: Login mechanism for web apps
- Prev by Date: Access Databse In Web Developer
- Next by Date: TreeNode.Value - where can I find it in a client-side script?
- Previous by thread: Access Databse In Web Developer
- Next by thread: Re: Login mechanism for web apps
- Index(es):
Relevant Pages
|