Dear Team,
I want to save different parameters inside $Settings , since it is global and i want to use these values even when the session is transferred that is when it becomes null.
I am currently doing this,
var updatedContext = new Context(ctx) { [ContextParameterName] = ContextVals }; FireChangeContext(new ContextEventArgs(updatedContext));
But through this i am only able to save values inside $Context. I want the values to be stored inside $Settings.
Looking forward to help.