Richard Collette
2010-03-25 17:15:02 UTC
We are using a third party Asp.NET application which utilizes Sharepoint
Services.
Specifically, the Sharepoint.OpenDocuments.EditDocument2 ActiveX control
method does not send in-memory/session cookies associated with the current
Internet Explorer instance and that is calling the API with JavaScript. As a
result, the Asp.Net session cookie, Asp.Net forms authentication cookie, and
a session cookie associated with Tivoli Access Manager which we use in our
environment are "lost" during the request. The effect is that a redirect to
a login page is returned by the request to get a file using this command.
Is the client API supported in a forms authentication scenario and if so,
how does one get the session cookies to be sent in the request that this
method is sending?
Thank you,
Rich
Services.
Specifically, the Sharepoint.OpenDocuments.EditDocument2 ActiveX control
method does not send in-memory/session cookies associated with the current
Internet Explorer instance and that is calling the API with JavaScript. As a
result, the Asp.Net session cookie, Asp.Net forms authentication cookie, and
a session cookie associated with Tivoli Access Manager which we use in our
environment are "lost" during the request. The effect is that a redirect to
a login page is returned by the request to get a file using this command.
Is the client API supported in a forms authentication scenario and if so,
how does one get the session cookies to be sent in the request that this
method is sending?
Thank you,
Rich