when user is logged on the information is saved in a
cookie, what is the name of that cookie?
Answers were Sorted based on User's Feedback
Answer / venu gopal ch
By Default the cookie name will be "ASPXAUTH". We can still
change the name of the cookie name in web.config file
Is This Answer Correct ? | 19 Yes | 0 No |
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How asynchronous call can be implemented using delegates?
what is stateless ?
what is Master pages in asp.net? what is the advantages and disadvantages?
how to convert varchar into datatype int............. in ASP
How to implement form based authentication in asp.net application?
Explain the asp.net mvc folder conventions? : asp.net mvc
What is different between webconfig.xml & Machineconfig.xml ?
can i use store procedure in disconnected mode? give me answer
what is silverlight and what is the purpose of silverlight?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?