Discussion:
How can I disable ASPSessionid Cookie on IIS 6.0?
(too old to reply)
Andrea
2004-11-18 18:23:45 UTC
Permalink
How can I disable ASPSessionid Cookie on IIS 6.0. ?
Egbert Nierop (MVP for IIS)
2004-11-18 20:02:52 UTC
Permalink
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
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 Andrea
How can I disable ASPSessionid Cookie on IIS 6.0. ?
Andrea
2004-11-19 08:59:18 UTC
Permalink
Thanks 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.

Andrea
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
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 Andrea
How can I disable ASPSessionid Cookie on IIS 6.0. ?
Egbert Nierop (MVP for IIS)
2004-11-19 12:17:42 UTC
Permalink
Post by Andrea
Thanks 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 Andrea
Andrea
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 Andrea
How can I disable ASPSessionid Cookie on IIS 6.0. ?
Loading...