Wednesday, December 2, 2009

Session Security in ASP.NET

There are many ways to make the web site secure. Below are some of the ways to make web site secure • Hardware (Firewall rules and ports) • IIS (CGI and others security restrictions) • Application Security Considerations But this article concentrates mostly from Application Considerations in ASP.NET on Session Hijacking. Below are some of the important security attacks on ASP.NET Web Sites. • Session Hijacking (Filtering) • SQL Injection • Cross Site Scripting • View State Hijacking

Read more at http://www.dotnetfunda.com/articles/article730-session-security-in-aspnet.aspx

Author: Sudhakarj21

0 comments: