Click to See Complete Forum and Search --> : why i shud use session insted of application variable in asp.net


rajeev_ruvs
January 18th, 2008, 05:29 AM
Advantage of session variables & how it is different from application variable

Shuja Ali
January 18th, 2008, 05:43 AM
Welcome to the forum :wave:

The major difference would be that Session Variables are available just for a particular session of the user while as Application variable will be available to all sessions of the ASP.NET application. You should only store that kind of variables in the Application variables which hae full scope throughout the application.