Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?

Answer Posted / surendra singh

No. If an authentication cookie is stolen, it can be used by an attacker. It's up to you to prevent this from happening by using an encrypted communications channel (HTTPS). Authentication cookies issued as session cookies, do, however,include a time-out valid that limits their lifetime. So a stolen session cookie can only be used in replay attacks as long as the ticket inside the cookie is valid. The default time-out interval is 30 minutes.You can change that by modifying the timeout attribute accompanying the <forms> element in Machine.config or a local Web.config file. Persistent authentication cookies do not time-out and therefore are a more serious security threat if stolen.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Separate background image and front image from original picture....

1037


Explain the overview of asp.net?

1075


How do u deploy your asp.net application?

1100


What is the difference between c# and .net?

1096


Why do we use web config?

985


Why asp.net mvc is better than asp.net? : Asp.Net MVC

1229


How Session outproc in Sqlserver stored?

2803


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1981


How ViewstateMac works?

2883


What is the purpose of session management?

1066


Explain About WebService

1185


A Web Service Can Only Be Written In .net. Is it True??

1113


Name the two properties are on every validation control?

1037


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

2089


Explain the difference between globalization and localization techniques

1040