Hello everybody,
my webserver uses kerberos authentication to do webdav requests against an exchange-server and it works fine.
My problem is the following... I create a webdav-session object with
the CredentialCache-object at session-start for each user. If I open
the website on computer A with user A, the webdav-requests are made in
the context of user A. When I open the website on Computer B with user
B, while the session of computer/user A still exists, computer A AND
computer B get in the context of user B!!! Every new creation of a
webdav-session with the credentialcache-user change the context of all
others users. The developer of the webdav-session-object said, that
there is no static-attribute in it so it have to be the credentialcache.
I just found the only source with the same problem: http://bytes.com/forum/thread605108.html
any ideas? Thanks a lot!
...
Go to the complete details ...