Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Turning Session Tracking On and Off

The @ENABLESESSIONSTATE directive turns session tracking off for a page. If your page does not rely on session information, turning session tracking off can decrease the time it takes Sun ONE ASP to process the script. By default, sessions are enabled.

The syntax is as follows:

<%@ ENABLESESSIONSTATE=True|False %>


ContentsPreviousNextIndex