Using Session Cookies
Written by Eric Smith, Northstar Computer Systems LLC
If you've got a simple web site and aren't using any Session variables, you can disable them using a simple directive at the top of the page:
<%@ ENABLESESSIONSSTATE = False %>
This prevents the web server from sending the ASPSESSION cookies that it automatically sends by default. This is a good thing to do if there's no need to maintain state per user.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 2/10/2001
|