|
|
Using @enablessionstate |
|
|
Scott Mitchell |
|
|
ASP / Server Management |
|
|
Click to Visit |
|
|
40 |
This is an article that discusses about avoiding session tracking of IIS for the ASP pages which do not use the session variables. In this tutorial the author starts with a brief description about session variables. The author explains that if an user has even only one page that uses session variables in the whole website, IIS still performs session tracking for the whole website, to prevent this the author suggests to use a line at the top of ASP pages that do not use session variables.
|