Hi All,
I've been asked to convert our windows based Worksite integration app into a web based app, but have stumbled across the following problem.
Basically our windows based app uses a dll to talk to imanage.dll and i would like to use it in the web app without distributing it on the clients, so that i have common Worksite login functionality.
How can I utilise the IManSession.TrustedLogin server-side? Basically i want to log into Worksite on the server using the credentials on the client. However if i use Trustedlogin then it will obviously use the server credentials. Is there any way i can utilise the Worksite client session on the server (by a session key maybe?)
Sorry if this is a stupid question - i've just started out on web based stuff

Thanks,
RW