Symantec Access Management

 View Only

Error in session attribute retrive

  • 1.  Error in session attribute retrive

    Posted Mar 14, 2024 01:06 PM

    Hi all, I have a strange problem- When I try to fetch session variables from session store in a response, I sometimes get this error:

     [CSmSSprovider::CreateSession() - failed with code 1001]

    and then 

    [Provider::GetVariable() failed. Error Code 2].

    The connection with session store is OK. 

    For another domain I do not get errors and session vaariables are retrived correctly.

    I save session variables to the session store through a custom authentication scheme using the function

    theUserContext.setProp(SessionKey, value);

    And this call succeedes.

    Does anyone have evet ran throucha a case like this?

    Thanks