PDA

View Full Version : Cookies and "EnableSessionState"


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

ck
04-22-2004, 12:35 AM
I'm new to .Net .. found the answer at MSDN:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfSessionstateSection.asp?frame=true

"FYI".