Pergunta de entrevista da empresa HCLTech

what is session management.

Respostas da entrevista

Sigiloso

8 de jul. de 2011

maintaining a state is session management.

4

Sigiloso

24 de set. de 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.

Sigiloso

24 de set. de 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