Cookie Munger: ISAPI filter for ASP session state for browsers without cookies

Server-only: This tool is included in the Windows 2000 Server Resource Kit only.


The Cookie Munger filter is a tool that enables Active Server Pages (ASP) to work with browsers that do not support cookies or that refuse to accept them. ASP uses the ASPSESSIONID cookie to maintain its session state. ASP expects the browser to send this cookie to the server with every request that it makes. The ASPSESSIONID cookie is unique to a session. Without it, ASP does not know which session the user owns and it cannot keep the Session object up to date as the user moves from page to page.

Cookie Munger Topics

Installing Cookie Munger

Using Cookie Munger

File Required