Cookies and "EnableSessionState"

Discussion in 'Classic ASP' started by ck, Apr 7, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. ck

    ck

    I usually don't use Cookies, so in most of my ASP pages I put:
    <%@ EnableSessionState = False %>

    I just switched to DASP, and .. and even with this directive at the top of every page AND creating a 'Global.asa' with the same command in 'Session_OnStart' .. the DASP server STILL seems trying to set a (SessionID) cookie...

    I'd rather be able to turn it completely off, and then 'On' only when needed.

    What do I need to do on the DASP server?

    Thanks,
    --Chuck
     
  2. ck

    ck

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page