how can i set site in iss so that it will be cookieless? i'm using asp and not asp.net
thanks
|
how can i set site in iss so that it will be cookieless? i'm using asp and not asp.net thanks | |||
|
feedback
|
|
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. | |||||||||
feedback
|