473,413 Members | 1,731 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

User Authentication system with 'Remember Me'.

I'm currently at the Macromedia Max Developer Conference in California and
was impressed by vendor's InterAct User Authentication system which
bascially allows one to smash together a 'Remember Me' User Authentication
and login system. It took 10 minutes!!

Now, I know that asp.net does allow some great forms authentication...but is
there a way to quickly smash out a user authent. system with 'remember me'
check box as an option?

I have read:
http://www.codeguru.com/Csharp/Cshar...cle.php/c8585/
And: http://www.codeproject.com/aspnet/cu...entication.asp

But, there is no 'clear' example of how to do the 'remember me'
application...additionally, I suspect there is some form of pre-built
authentication system I can tap into in ASP.net.

Any advice appreciated.

Thanks
Jason
Nov 19 '05 #1
1 1756
the remember me is implemented with a non-expiring cookie. if you are using
forms authenication, a remember me should be a 1 minute edit. add the
checkbox, add the cookie after an authenication (if checked else clear),
check for the cookie at start. note: you store a userid in the cookie

-- bruce (sqlwork.com)
<ja***@catamaranco.com> wrote in message
news:uY**************@TK2MSFTNGP09.phx.gbl...
I'm currently at the Macromedia Max Developer Conference in California and
was impressed by vendor's InterAct User Authentication system which
bascially allows one to smash together a 'Remember Me' User Authentication
and login system. It took 10 minutes!!

Now, I know that asp.net does allow some great forms authentication...but
is there a way to quickly smash out a user authent. system with 'remember
me' check box as an option?

I have read:
http://www.codeguru.com/Csharp/Cshar...cle.php/c8585/
And: http://www.codeproject.com/aspnet/cu...entication.asp

But, there is no 'clear' example of how to do the 'remember me'
application...additionally, I suspect there is some form of pre-built
authentication system I can tap into in ASP.net.

Any advice appreciated.

Thanks
Jason

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: PA | last post by:
I am new to MSDE 2000. Installed this yesterday using windows installer, deafult settings(no change in authentication). a. I want to create database and tabels in MSDE. How do I do this? (I...
1
by: NWx | last post by:
Hi, I'm an old developer, but didn't used SQL Server or MSDE to much before. I have NetSDK instance of MSDE installed on my PC by Net Framework SDK. All quickstart samples access it using...
8
by: Razak | last post by:
Hi, I have a class which basically do Impersonation in my web application. From MS KB sample:- ++++++++++++++++++++code starts Dim impersonationContext As...
3
by: Caspy | last post by:
I just get stuck on how to check if a user is a member of network (domain). I am building an internal tracking system with ASP.Net with Form authentication. When an user is added into the system,...
4
by: pjdouillard | last post by:
Hello all, Here is the context of my problem: We have an ASP.NET 1.1 application that has its own application pool setup and that runs under the identity of a NT Domain service account (this...
1
by: Miguel Dias Moura | last post by:
Hello, I am working on my first Asp.Net 2.0 web site using VS2005. I know about the login controls on Asp.Net 2.0 but they seem really strict. I would prefer to create my own forms and using...
9
by: webrod | last post by:
Hi all, how can I check a user/password in a LDAP ? I don't want to connect with this user, I would like to connect to LDAP with a ADMIN_LOG/ADMIN_PWD, then do a query to find the user and...
0
by: kkos | last post by:
I noticed the following issue posted as a double-hop issue in many discussion boards but found no answers that explain how to pass the second hop with windows auth from IIS ASPX page to remote SQL...
3
by: richard.martino | last post by:
On Jun 18, 12:57 pm, "Joe Kaplan" <joseph.e.kap...@removethis.accenture.comwrote: ----------------------- Because when I execute: sendmailproxy.SendEmailRequest(sendmail);
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.