cancel
Showing results for 
Search instead for 
Did you mean: 

ASM - acceleratorSecureGUID key is removing from REQUEST cookie after switching site

0 Kudos

Hello All,

When I am switching site with ASM(Assisted Service Module) login , then I can see JsessionID will remain same after switch but acceleratorSecureGUID key is going removing from request.getCookies() but when i check from session it is present after switch as String guid = (String) request.getSession().getAttribute(SECURE_GUID_SESSION_KEY);

So please help me how can i add this key in request cookie so RequireHardLoginEvaluator in class isGuidStoredinCookies() this method this condition should match if (guidCookieName.equals(cookie.getName())) currently key is not present so here it is failing and returning false.

Accepted Solutions (0)

Answers (0)