cancel
Showing results for 
Search instead for 
Did you mean: 

NCo 3.0 on webserver: anyone implemented ISessionProvider ?

Daniel_KASIMIR
Participant
0 Kudos

Hello forum,

I want to use the NCo3 in an asp.net application wich works quite fine, even with a sso logon via kereros and gsskrb5.dll.

But the NCo uses always the session and credentials of the first user who logs in. A second user gets the first connection and can fetch data from sap, although this user does not exist in sap.

How to create different sessions for different web users?

I think I have to implement ISessionProvider but in the NCo3 overview document it is not described how to do it.

Any ideas?

With kind regards

Daniel Kasimirowicz

Accepted Solutions (0)

Answers (1)

Answers (1)

Daniel_KASIMIR
Participant
0 Kudos

fyi:

I'm going to use a SSOTicket for authentication.

Kerberos seems not to work with NCo on a webserver. If anybody can proof that I'm wrong, please post a solution.

With kind regards

Daniel K.