how can i set site in iss so that it will be cookieless? i'm using asp and not asp.net

thanks

link|improve this question
feedback

1 Answer

You should not use sessions, which use a temporary cookie (and obviously not use cookies).

This is not a setting/config of the site/web server, but a programming method.

link|improve this answer
1  
Perhaps a question more for Stackoverflow rather than Serverfault? – jl. Jul 14 '10 at 14:49
so if i host in a domin onlu css,png files i don't need to do anything? – user48228 Jul 14 '10 at 20:44
Yes, only javascript and dynamic server page (php, asp, etc) can create a cookie. – lg. Jul 15 '10 at 7:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.