ck
04-07-2004, 07:31 AM
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
<%@ 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