I ran the test and gathered the output using ieHTTPHeaders. I don't see
anything in the output that indicates to me that the same cookie is being
sent; the AuthTest cookie (which is the name assigned to my cookie in the
<forms> section of web.config) in both browsers shows a different value.
Here is what I got from each browser:
------------------------
** BROWSER #1 **
------------------------
GET /authtest/ HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
HTTP/1.1 302 Found
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:57:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Set-Cookie: AspxAutoDetectCookieSupport=1; path=/
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ---
GET /authtest/Default.aspx?AspxAutoDetectCookieSupport=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:57:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/WebResource.axd?d=C63XMr7x7OWNV1YSnMBzow2&t=632651603188281250
HTTP/1.1
Accept: */*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:57:55 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/x-javascript
--------------: -----
GET
/authtest/WebResource.axd?d=_TCYs_ru9xNrmEJKM_PpFKupSYrCflJhxpUzV3LFrVc1&t=632651603188281250 HTTP/1.1
Accept: */*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:57:56 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/x-javascript
--------------: -----
POST /authtest/Default.aspx?AspxAutoDetectCookieSupport=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Content-Length: 391
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: AspxAutoDetectCookieSupport=1
__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=%2FwEPDwULLTE2NDgzMzk5NDlkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSBMb2dpblZpZXckTG9naW4kTG9naW5JbWFnZUJ1dHRvbsMREQrO8pSJoT%2BiljzbmAbiIMPr&LoginView%24Login%24UserName=Test1&LoginView%24Login%24Password=1234&LoginView%24Login%24LoginButton=Log+In&__EVENTVALIDATION=%2FwEWBALkydGIDQK5i5yWDwLE1tHwCALLjvi6Dt%2B1qQ%2FQnHPIrYSQtruClsx%2BwsBp
HTTP/1.1 302 Found
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /authtest/default.aspx
Set-Cookie:
AuthTest=629F5785D2A6CE101C24E66FCFC350033F1A3BED096EB0CA47AE87709E9CB1E55FCB57A87E6291BBBAE8AFB0675B81776E3CD41F3276B6038C48441F7835ADBBD845A9006823322BDE8832D1A97A520C; path=/; HttpOnly
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/default.aspx HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: AspxAutoDetectCookieSupport=1;
AuthTest=629F5785D2A6CE101C24E66FCFC350033F1A3BED096EB0CA47AE87709E9CB1E55FCB57A87E6291BBBAE8AFB0675B81776E3CD41F3276B6038C48441F7835ADBBD845A9006823322BDE8832D1A97A520C
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/contentpage.aspx HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/default.aspx
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1;
AuthTest=629F5785D2A6CE101C24E66FCFC350033F1A3BED096EB0CA47AE87709E9CB1E55FCB57A87E6291BBBAE8AFB0675B81776E3CD41F3276B6038C48441F7835ADBBD845A9006823322BDE8832D1A97A520C
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:59:21 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ---
------------------------
** BROWSER #2 **
------------------------
GET /authtest/ HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
HTTP/1.1 302 Found
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Set-Cookie: AspxAutoDetectCookieSupport=1; path=/
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ---
GET /authtest/Default.aspx?AspxAutoDetectCookieSupport=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/WebResource.axd?d=C63XMr7x7OWNV1YSnMBzow2&t=632651603188281250
HTTP/1.1
Accept: */*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/x-javascript
--------------: -----
GET
/authtest/WebResource.axd?d=_TCYs_ru9xNrmEJKM_PpFKupSYrCflJhxpUzV3LFrVc1&t=632651603188281250 HTTP/1.1
Accept: */*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:58:13 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/x-javascript
--------------: -----
POST /authtest/Default.aspx?AspxAutoDetectCookieSupport=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Content-Length: 391
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: AspxAutoDetectCookieSupport=1
__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=%2FwEPDwULLTE2NDgzMzk5NDlkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSBMb2dpblZpZXckTG9naW4kTG9naW5JbWFnZUJ1dHRvbsMREQrO8pSJoT%2BiljzbmAbiIMPr&LoginView%24Login%24UserName=Test2&LoginView%24Login%24Password=1234&LoginView%24Login%24LoginButton=Log+In&__EVENTVALIDATION=%2FwEWBALkydGIDQK5i5yWDwLE1tHwCALLjvi6Dt%2B1qQ%2FQnHPIrYSQtruClsx%2BwsBp
HTTP/1.1 302 Found
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:59:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Location: /authtest/default.aspx
Set-Cookie:
AuthTest=B8DEE7C8027848A924187D44C1630458FB916247B9FD51A4EC42051C25A788E1AA025DDBF8BCBBFA28111B0C820F2FAEF2E46B8A06F5D9CB5AA32DEECF23E3D780BA5D70B42399E7818C1396873853CB; path=/; HttpOnly
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/default.aspx HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/Default.aspx?AspxAutoDetectCookieSupport=1
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: AspxAutoDetectCookieSupport=1;
AuthTest=B8DEE7C8027848A924187D44C1630458FB916247B9FD51A4EC42051C25A788E1AA025DDBF8BCBBFA28111B0C820F2FAEF2E46B8A06F5D9CB5AA32DEECF23E3D780BA5D70B42399E7818C1396873853CB
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 20:59:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ----
GET /authtest/contentpage.aspx HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword,
*/*
Referer:
http://www.ization.com/authtest/default.aspx
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727)
Host:
www.ization.com
Connection: Keep-Alive
Cookie: AspxAutoDetectCookieSupport=1;
AuthTest=B8DEE7C8027848A924187D44C1630458FB916247B9FD51A4EC42051C25A788E1AA025DDBF8BCBBFA28111B0C820F2FAEF2E46B8A06F5D9CB5AA32DEECF23E3D780BA5D70B42399E7818C1396873853CB
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Date: Wed, 08 Feb 2006 21:00:20 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html; charset=utf-8
--------------: ---