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...

what is session,cokkies in asp.net??

Answer Posted / santoshkumar

When a user connects to an ASP.NET application, a unique session ID will be affiliated with the user. If nothing is put in the session however, no cookie will be sent to the browser. This means that the user will get a new session ID the next time a new url is open or the page is refreshed. If something is put on the session (HttpContext.Current.Session["Hello] = "hello") however, ASP.NET will issue a cookie called ASP.NET_SessionId. This cookie contains the user's session ID and the cookie will expire at the end of the session (when you close your browser).

If the user logs in, a second cookie will be issued. This cookie is usually called .ASPXAUTH, and states that the user is logged in. It's encrypted, but probably contains some information about who the user is etc. This cookie sets ASP.NET apart from other web applications, because login-information is usually affiliated with the session ID.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to fetch a data from one table to another table in asp.net ?

1088


Why is the standalone environment only useful during the development process?

1880


How does windows service lifecycle differ from a .standard. Exe?

1087


Which tool you have done?

1976


What is client side state management?

1003


What is the difference between application state and session state in asp net?

1093


How to improve performance of web application asp.net mvc? : Asp.Net MVC

1068


Can we use a static function with a non-static variable?

1019


What is httpresponse?

1021


What are strong names?

1087


Write a code for passing ArrayList in Web API?

1605


Explain how is a property designated as read-only?

1044


how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly

2111


Explain About WebService

1185


Explain some of the major built-in objects in asp.net

1079