Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2003, 06:29 AM
Registered User
 
Join Date: Sep 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Remember userId and password


My requirement goes like this...
Actually i have login screen with a option of remember my username and password in local system, which iam implementing using cookies which is working very fine..
And my doubt is some browsers won't support cookies and even cookies can easily be hacked, Then what are the other solutions we can implement this option to make it secure.

thanking in advance
vishnu

 
Old September 29th, 2003, 02:40 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

If your goal is to be able to have people automatically logged back on between browser sessions, your only option is cookies. If cookies aren't supported then they'll have to login each time. Keep in mind however that unless you have configured your ASP.Net application to work in cookieless mode, you have to have cookies anyway if you want to use the ASP session object. Presuming that a user is going to log in and you have to persist that user id somehow, then the user will have to have cookies working.

Peter
 
Old December 20th, 2004, 05:25 AM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi vishnu

I need that coding. Can you please send that coding to my id. Its very urgent.


Arun.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Remember my id & password tanzi Servlets 1 May 8th, 2008 10:20 PM
Passing userid & password from URL virendrapotdar J2EE 3 November 24th, 2006 08:05 AM
Remember the UserName and Password groupmatch BOOK: ASP.NET Website Programming Problem-Design-Solution 2 October 2nd, 2004 02:01 AM
Simple cookie to remember userid and password Dayzed Classic ASP Basics 1 April 14th, 2004 08:06 AM
pass userid password across pages in ASP rajayak Classic ASP Databases 2 June 23rd, 2003 09:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.