Nine Options for Managing Persistent User State in Your ASP.NET Application… one of the basic things to learn when you start ASP.NET training… :) I am forgetting simple things…
so the methods are
- Application
- Cookies
- Form Post / Hidden Form Field
- Query String
- Session
- New State Containers in ASP.NET
- Cache
- Context
- ViewState
- Web.config and Machine.config Files
- Profile (ASP.NET 2.0) ??
more details are on MSDN