What are the different state management techniques in ASP? For Ex : 1) Use Cookies 2) Use Session variables 3) Use hidden form variables Others ?... & How does ASP Session variable work ? Does it send some cookie to the browser ?
What are the different state management techniques in ASP? For Ex : 1) Use Cookies 2) Use Session variables 3) Use hidden form variables Others ?... & How does ASP Session variable work ? Does it send some cookie to the browser ?
If you have cookies disable you will get a different session ID for each page requested. If you need persistance under this condition you may have to use hidden fields.