| Author: Vijaya 27 Mar 2008 | Member Level: Diamond | Rating: Points: 2 |
ASP.NET supports two different types of sessions: cookied and cookieless.Cookied sessions round-trip session IDs in HTTP cookies, while cookieless sessions embed session IDs in URLs using a technique known as "URL munging."
|