Question d’entretien chez HCLTech

what is session management.

Réponses aux questions d'entretien

Utilisateur anonyme

8 juil. 2011

maintaining a state is session management.

4

Utilisateur anonyme

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.

Utilisateur anonyme

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