Cookie with max age...

2003-02-04 Thread Alan Marcinkowski
...When I pass a Cookie that has max age set to -1 to the HttpState addCookie, it thinks its expired (verified by the Cookie.isExpired) call when clearly it isn't supposed to be. It won't put it in the request. Any ideas? Thanks. Alan

Redirects?

2003-02-03 Thread Alan Marcinkowski
Hello, I dug through the code to see why my redirects were not being followed. I found HttpMethodBase:checkValidRedirect was not honoring cross server redirects. Isn't this a common type of redirect? Is there a reason its not supported? I did a lot of digging in the specs and couldn't find