Click here to Skip to main content
16,011,757 members
Home / Discussions / Web Development
   

Web Development

 
GeneralLDAP VBScript & ASP Pin
Robby6-Feb-03 8:24
Robby6-Feb-03 8:24 
QuestionAdding hidden form variables on client side? Pin
devvvy5-Feb-03 22:37
devvvy5-Feb-03 22:37 
QuestionWhich is correct? Pin
Vasudevan Deepak Kumar5-Feb-03 19:49
Vasudevan Deepak Kumar5-Feb-03 19:49 
AnswerRe: Which is correct? Pin
Paul Riley5-Feb-03 22:49
Paul Riley5-Feb-03 22:49 
Generalsecurity in ASP Pin
devvvy5-Feb-03 14:32
devvvy5-Feb-03 14:32 
GeneralRe: security in ASP Pin
David Wulff5-Feb-03 16:07
David Wulff5-Feb-03 16:07 
GeneralRe: security in ASP Pin
devvvy5-Feb-03 19:03
devvvy5-Feb-03 19:03 
GeneralRe: security in ASP Pin
David Wulff6-Feb-03 5:31
David Wulff6-Feb-03 5:31 
I think that you are approaching your problem from the wrong angle. I can see what you are trying to do, but if you are relying on a single variable sent with the document like that which you are not able to encrypt somehow and that is used solely to determine of the client is authorised then there will always be that risk. That's probably why no one does it like it. Poke tongue | ;-P

Why are you so unwilling to use session variables?

What about the second example I gave, with the encrypted key?

In either case you can protect scripts other than login.asp by simply checking the user's status at the top of each page and returning them to the logon sript if they are not logged in or have timed out, etc. As a rule of thumb you should never rely on the client to provide state information like that because there are always ways it can be faked.


GeneralSILLY: HTML checkbox Pin
devvvy5-Feb-03 11:51
devvvy5-Feb-03 11:51 
GeneralRe: SILLY: HTML checkbox Pin
David Wulff5-Feb-03 16:10
David Wulff5-Feb-03 16:10 
GeneralRe: SILLY: HTML checkbox Pin
devvvy5-Feb-03 18:57
devvvy5-Feb-03 18:57 
GeneralRe: SILLY: HTML checkbox Pin
Richard Deeming6-Feb-03 0:40
mveRichard Deeming6-Feb-03 0:40 
GeneralTwo questions Pin
georgiek505-Feb-03 11:23
georgiek505-Feb-03 11:23 
GeneralRe: Two questions Pin
TigerNinja_6-Feb-03 4:21
TigerNinja_6-Feb-03 4:21 
GeneralRe: Two questions Pin
georgiek506-Feb-03 6:16
georgiek506-Feb-03 6:16 
GeneralTricky Page Reload Pin
Steven M Hunt5-Feb-03 11:05
Steven M Hunt5-Feb-03 11:05 
GeneralRe: Tricky Page Reload Pin
devvvy5-Feb-03 12:08
devvvy5-Feb-03 12:08 
GeneralRe: Tricky Page Reload Pin
Steven M Hunt5-Feb-03 13:33
Steven M Hunt5-Feb-03 13:33 
GeneralRe: Tricky Page Reload Pin
devvvy5-Feb-03 13:56
devvvy5-Feb-03 13:56 
GeneralPlease help and help me ...! Pin
Thuy Dinh4-Feb-03 20:00
Thuy Dinh4-Feb-03 20:00 
GeneralRe: Please help and help me ...! Pin
Christian Graus4-Feb-03 21:02
protectorChristian Graus4-Feb-03 21:02 
GeneralRe: Please help and help me ...! Pin
Vasudevan Deepak Kumar4-Feb-03 21:29
Vasudevan Deepak Kumar4-Feb-03 21:29 
GeneralRe: Please help and help me ...! Pin
Thuy Dinh6-Feb-03 5:01
Thuy Dinh6-Feb-03 5:01 
QuestionADO-stored procedure - ASP - type mismatch? out-of-range? Pin
devvvy4-Feb-03 18:11
devvvy4-Feb-03 18:11 
AnswerRe: ADO-stored procedure - ASP - type mismatch? out-of-range? Pin
Philip Patrick4-Feb-03 21:49
professionalPhilip Patrick4-Feb-03 21:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.