Post by AndreaThanks for your answer, but i need use session variables.
I Know that in the IIS Resource Kit for IIS 5.0 it existed an ISAPI Filter
called Cookie Munger. What can i do with IIS 6.0.
Ah that way,
In that case, try the product below. It can help you to disable the cookie
key, but it allows to use the session (alternative).
But if you use the URL session, you must rewrite all (necessary) hyperlinks
to contain the session key. In addition, your site will become very
scalable because you don't need all the session stuff in RAM at one time.
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
Post by AndreaAndrea
Post by Egbert Nierop (MVP for IIS)Hi,
Disable the sessionstata by opening the IIS management console, and go to
the website/virtual dir that you want to configure, select the tab
'application' and button configuration, then you have a tab settings
where
Post by Egbert Nierop (MVP for IIS)you can disable session state.
Cheers,
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
Post by AndreaHow can I disable ASPSessionid Cookie on IIS 6.0. ?