What is session authentication?



What is session authentication?..

Answer / Mr Vinod Kumar

Session authentication in ASP.NET refers to a method used for tracking data related to an individual user's session. This is done by storing user-specific information, such as login status or shopping cart details, on the server during the duration of their active session.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between Session and response.Redirect?

1 Answers   Microsoft,


What are the features that make asp.net more used framework? : asp.net mvc

1 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


How do pass data from one layer to another layer in N-tier architecture?

2 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .

6 Answers   TCS,


What are the steps involved to fill a dataset?

1 Answers  


What is the function used for removing an event listener?

1 Answers  


Describe the difference between inline and code behind - which is best in a loosely coupled solution Tightly coupled - INLINE

2 Answers  


What is server side session?

1 Answers  


What is application and session in asp.net?

1 Answers  


Explain the different types of directives in .net?

1 Answers  


Categories