Pregunta de entrevista de HCLTech

what is session management.

Respuestas de entrevistas

Anónimo

8 jul 2011

maintaining a state is session management.

4

Anónimo

24 sept 2018

Session management is a way in ASP.net to ensure that information is passed over from one page to the other. The view state property of a page is used to automatically pass the information of controls from one page to the other. The 'Session' object is used to store and retrieve specific values within a web page.

Anónimo

24 sept 2018

Session management is a way in ASP.net to ensure that information is passed over from one page to the other. The view state property of a page is used to automatically pass the information of controls from one page to the other. The 'Session' object is used to store and retrieve specific values within a web page.

1