Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSending Status Messages Pin
indian14311-Jan-11 7:46
indian14311-Jan-11 7:46 
AnswerRe: Sending Status Messages Pin
David Mujica11-Jan-11 9:55
David Mujica11-Jan-11 9:55 
GeneralRe: Sending Status Messages Pin
indian14311-Jan-11 11:19
indian14311-Jan-11 11:19 
GeneralRe: Sending Status Messages Pin
David Mujica12-Jan-11 6:08
David Mujica12-Jan-11 6:08 
QuestionProper Procedures to Prevent Cross Site Scripting. Pin
badprog11-Jan-11 7:24
badprog11-Jan-11 7:24 
Issue: I need to prevent cross site scripting

Current Solution:
1. Create a token based on session id and time in the Global Session Start method.
2. Store token in hidden form variable on every page load.
3. On submission, compare form variable with session token.

Question: What is the proper way to implement my solution? This has to be wrong. I can not see in anyway how this would prevent CSS. Under no circumstances would the form variable differ from the session variable.
Smile | :)

AnswerRe: Proper Procedures to Prevent Cross Site Scripting. Pin
Not Active11-Jan-11 7:37
mentorNot Active11-Jan-11 7:37 
AnswerRe: Proper Procedures to Prevent Cross Site Scripting. Pin
TweakBird12-Jan-11 8:36
TweakBird12-Jan-11 8:36 
QuestionBuffer implement Pin
Dhyanga11-Jan-11 4:03
Dhyanga11-Jan-11 4:03 
AnswerRe: Buffer implement Pin
Yusuf11-Jan-11 4:31
Yusuf11-Jan-11 4:31 
GeneralRe: Buffer implement Pin
Dhyanga11-Jan-11 4:37
Dhyanga11-Jan-11 4:37 
GeneralRe: Buffer implement Pin
David Mujica11-Jan-11 4:50
David Mujica11-Jan-11 4:50 
GeneralRe: Buffer implement Pin
Dhyanga11-Jan-11 4:57
Dhyanga11-Jan-11 4:57 
GeneralRe: Buffer implement Pin
N a v a n e e t h11-Jan-11 5:34
N a v a n e e t h11-Jan-11 5:34 
QuestionMultiple users inserting record at same time Pin
vishnukamath11-Jan-11 0:22
vishnukamath11-Jan-11 0:22 
AnswerRe: Multiple users inserting record at same time Pin
N a v a n e e t h11-Jan-11 0:58
N a v a n e e t h11-Jan-11 0:58 
GeneralRe: Multiple users inserting record at same time Pin
vishnukamath11-Jan-11 1:09
vishnukamath11-Jan-11 1:09 
GeneralRe: Multiple users inserting record at same time Pin
Kasson11-Jan-11 1:18
Kasson11-Jan-11 1:18 
GeneralRe: Multiple users inserting record at same time Pin
vishnukamath11-Jan-11 2:08
vishnukamath11-Jan-11 2:08 
AnswerRe: Multiple users inserting record at same time Pin
Kasson11-Jan-11 1:08
Kasson11-Jan-11 1:08 
GeneralRe: Multiple users inserting record at same time Pin
vishnukamath11-Jan-11 1:18
vishnukamath11-Jan-11 1:18 
GeneralRe: Multiple users inserting record at same time Pin
vishnukamath11-Jan-11 2:50
vishnukamath11-Jan-11 2:50 
QuestionResponse.Write error Pin
Naunt10-Jan-11 23:05
Naunt10-Jan-11 23:05 
AnswerRe: Response.Write error Pin
m@dhu10-Jan-11 23:28
m@dhu10-Jan-11 23:28 
GeneralRe: Response.Write error Pin
Naunt10-Jan-11 23:59
Naunt10-Jan-11 23:59 
AnswerRe: Response.Write error Pin
raghu.g10-Jan-11 23:29
raghu.g10-Jan-11 23:29 

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.