Skip to content

Session Expired when accessing landing-page #9

@richha555

Description

@richha555

Now that I am able to compile the sample ApiPlugin project, I am trying to debug it. When I start a debug session, it launches imxclient.exe listening on port 8182. When I access this port, I receive the landing page. I also immediately receive the error...

"Session Expired".

I followed the suggested workaround on the Forum, and that is to avoid the Connect-Dialog by providing the DB and login credentials. I added these to ApiPlugIn.csproj. This works, as imxclient automatically connects to the DB, and accepts my credentials. However, the "Session Expired" still immediately appears.

Here is my ApiPlugIn.csproj entry...

<StartProgram>$(ReferencePath)\imxclient.exe</StartProgram>
<StartArguments>run-apiserver -B /plugin CCC.CompositionApi.Server.Plugin.dll /dialog "Module=DialogUser;User=viadmin;Password=xxxxxxx" /conn "Data Source=IDS-DB01;Initial Catalog=D1IM_8;User ID=sa;Password=xxxxxxx;Pooling=False"</StartArguments>

Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions