Imagine this szenario: Web-Server and WebDAV-Server using same cookie-domain. WebServer sets some authentication cookie.
When starting an WebDAV-Session via special-link on the Web-Server, WIN7 Microsoft Mini-redirector can read the cookie set by Web-Server fine and starts an WebDAV-Session on WebDAV-server using this cookie.
But after the first DAV-call, the cookie seems to be read-only to both DAV-Server and mini-redirector.
- DAV-Server cannot update this cookie
- DAV-Server cannot delete (expiry in the past) the cookie
- Mini-redirector keeps sending the old values (even, if Web-Server has updated its values in between)
Anybody got informations
- where mini-redirector stores its cookies
- how to avoid this behaviour?
Thanks, Karl