Oracle WebCenter Interaction Development Kit (IDK) 10.3.0.0.0

RemoteSessionFactory.GetExplicitLoginContext Method

Returns an IRemoteSession with the same security context in the portal as the specified user. The session is valid for 10 minutes.

Overload List

Returns an IRemoteSession with the same security context in the portal as the specified user. The session is valid for 10 minutes.

public static IRemoteSession GetExplicitLoginContext(Uri,string,string);

Returns an IRemoteSession with the same security context in the portal as the specified user.

public static IRemoteSession GetExplicitLoginContext(Uri,string,string,int);

See Also

RemoteSessionFactory Class | Plumtree.Remote.PRC Namespace