Returns an IRemoteSession
with the same security context in the portal as the specified user. The session is valid for 10 minutes.
http://hostname:port/ptapi/services/QueryInterfaceAPI
while a .NET WS portal might use http://hostname:port/ptapi/QueryInterfaceAPI.asmx
. These endpoints will vary according to the deployment. An IRemoteSession
object representing the current session with the portal.
Exception Type | Condition |
---|---|
PortalException | The operation resulted in an error on the portal. |
HttpException | The endpoint URL is not valid. |
RemoteSessionFactory Class | Plumtree.Remote.PRC Namespace | RemoteSessionFactory.GetExplicitLoginContext Overload List