Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: 3-tier code generator for .net 2.0 Pin
Richard MacCutchan4-Oct-09 3:40
mveRichard MacCutchan4-Oct-09 3:40 
GeneralRe: 3-tier code generator for .net 2.0 Pin
Abhijit Jana4-Oct-09 2:53
professionalAbhijit Jana4-Oct-09 2:53 
GeneralRe: 3-tier code generator for .net 2.0 Pin
Richard MacCutchan4-Oct-09 3:38
mveRichard MacCutchan4-Oct-09 3:38 
GeneralRe: 3-tier code generator for .net 2.0 Pin
dews turner4-Oct-09 4:02
dews turner4-Oct-09 4:02 
GeneralRe: 3-tier code generator for .net 2.0 Pin
Richard MacCutchan4-Oct-09 4:19
mveRichard MacCutchan4-Oct-09 4:19 
GeneralRe: 3-tier code generator for .net 2.0 Pin
dews turner4-Oct-09 4:37
dews turner4-Oct-09 4:37 
QuestionProtecting POST from an action Pin
Quake2Player3-Oct-09 6:43
Quake2Player3-Oct-09 6:43 
AnswerRe: Protecting POST from an action Pin
Abhishek Sur3-Oct-09 9:11
professionalAbhishek Sur3-Oct-09 9:11 
I think you must authenticate each request.
When user logs in to your system generate a sessionid and put a session value for the current user.

Now for every request check for the session value is created or not. Dont send this session id to the client, store it in the server session variable. If the user is creating a clone, he can create the request object just like your one but the session id which he would have been connecting would not match with any valid session, so request would be rejected.

Hope you got the point. Smile | :) Smile | :) Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

GeneralRe: Protecting POST from an action Pin
Quake2Player3-Oct-09 9:54
Quake2Player3-Oct-09 9:54 
GeneralRe: Protecting POST from an action Pin
Abhishek Sur3-Oct-09 10:44
professionalAbhishek Sur3-Oct-09 10:44 
GeneralRe: Protecting POST from an action Pin
Quake2Player3-Oct-09 11:06
Quake2Player3-Oct-09 11:06 
GeneralRe: Protecting POST from an action Pin
Christian Graus3-Oct-09 11:20
protectorChristian Graus3-Oct-09 11:20 
GeneralRe: Protecting POST from an action Pin
Quake2Player3-Oct-09 11:26
Quake2Player3-Oct-09 11:26 
GeneralRe: Protecting POST from an action Pin
Christian Graus3-Oct-09 11:52
protectorChristian Graus3-Oct-09 11:52 
GeneralRe: Protecting POST from an action Pin
Abhishek Sur3-Oct-09 12:32
professionalAbhishek Sur3-Oct-09 12:32 
GeneralRe: Protecting POST from an action Pin
Abhishek Sur3-Oct-09 11:59
professionalAbhishek Sur3-Oct-09 11:59 
QuestionHow can i do it? Pin
Fujiwara Gili3-Oct-09 5:18
Fujiwara Gili3-Oct-09 5:18 
AnswerRe: How can i do it? Pin
Abhishek Sur3-Oct-09 6:22
professionalAbhishek Sur3-Oct-09 6:22 
GeneralRe: How can i do it? Pin
Fujiwara Gili6-Oct-09 0:43
Fujiwara Gili6-Oct-09 0:43 
QuestionAjax UpdatePanel Not Responding Pin
helloshivshankar3-Oct-09 4:01
helloshivshankar3-Oct-09 4:01 
QuestionPrint page on client side contained in a folder by asp.net Pin
11Developer3-Oct-09 2:34
11Developer3-Oct-09 2:34 
AnswerRe: Print page on client side contained in a folder by asp.net Pin
mr_muskurahat3-Oct-09 2:39
mr_muskurahat3-Oct-09 2:39 
GeneralRe: Print page on client side contained in a folder by asp.net Pin
11Developer3-Oct-09 2:46
11Developer3-Oct-09 2:46 
GeneralRe: Print page on client side contained in a folder by asp.net Pin
sashidhar3-Oct-09 2:58
sashidhar3-Oct-09 2:58 
GeneralRe: Print page on client side contained in a folder by asp.net Pin
Christian Graus3-Oct-09 11:00
protectorChristian Graus3-Oct-09 11:00 

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.