Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > log in

Reply
Thread Tools

log in

 
 
steve
Guest
Posts: n/a
 
      10-23-2003
Hi all

I like to make a log in page for my customer so each customer will
have there own user name and password and after they enter them user
name and password they will be taken to the different pages.
What is the secure way to do this.
I found some JavaScript to do that but it look very unsecured.

Thanks


 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      10-23-2003
steve wrote:

> Hi all
>
> I like to make a log in page for my customer so each customer will
> have there own user name and password and after they enter them user
> name and password they will be taken to the different pages.
> What is the secure way to do this.


In a nutshell:
* Run everything over https so its encrypted
* Have the password sent for every page, either using basic authentication,
or cookies[1]
* Authenticate the password with some process running on the server. The
specifics depend on the features of the server.

[1] Don't depend on one check and then given them an unprotected URI. That
way leads to allowing the password to be bypassed

--
David Dorward http://dorward.me.uk/
 
Reply With Quote
 
 
 
 
steve
Guest
Posts: n/a
 
      10-23-2003
> steve wrote:
>
> > Hi all
> >
> > I like to make a log in page for my customer so each customer will
> > have there own user name and password and after they enter them

user
> > name and password they will be taken to the different pages.
> > What is the secure way to do this.

>
> In a nutshell:
> * Run everything over https so its encrypted
> * Have the password sent for every page, either using basic

authentication,
> or cookies[1]
> * Authenticate the password with some process running on the server.

The
> specifics depend on the features of the server.
>
> [1] Don't depend on one check and then given them an unprotected

URI. That
> way leads to allowing the password to be bypassed


How do I protect the page?


 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      10-24-2003
steve wrote:
> How do I protect the page?


I explained it here: <bn9mjj$6tf$1$>

Hint: If you need more detail about something, then don't full quote the
reply and follow it with a repeat of the original question.

--
David Dorward http://dorward.me.uk/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to log independently of other webapps using log4j? Also, reading from log file from within servlet? unomystEz Java 0 11-19-2006 10:42 AM
My.Log.Writeexception not writing to Application Event Log. =?Utf-8?B?VG9tIFdpbmdlcnQ=?= ASP .Net 0 01-20-2006 06:41 PM
Log On Screen Changed. No More Auto-Log On. Jerry G. Computer Support 2 10-22-2004 09:58 AM
Urgent Pls: Facing problem in reading Log information from Log file, created by IIS Amratash ASP .Net 0 04-13-2004 09:08 AM
Need help on the Permissions needed to log to Event Log from ASP.NET? Henrik_the_boss ASP .Net 0 11-05-2003 10:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57