Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



@ENABLESESSIONSTATE Directive


This directive turns session tracking on and off for an ASP 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. For more information, see Managing User Sessions.

The syntax for this directive is as follows:

<%@ ENABLESESSIONSTATE=True|False %>


ContentsPreviousNextIndex