[thelist] ASP tip

Warden, Matt mwarden at mattwarden.com
Tue Jan 8 20:28:50 CST 2002


On Jan 8, Dave had something to say about [thelist] ASP tip

>I found this site while looking for some other info on the BASE HREF tag
>and thought I would pass it on as it looked like a cool site.
>
>[tip]http:www.coveryourasp.com[/tip]

egads, man! this reminds me...

<tip type="ASP">
If you write an ASP script and do not need sessions, turn them off:

<%@EnableSessionState=False%>

Put it at the top of the script.

Otherwise, you can end up cookie-bombing your visitors with session
cookies. If you don't need them, don't set them  ;-)

</tip>


--
mattwarden
mattwarden.com





More information about the thelist mailing list