Hi, I am setting a cookie in a controller using CookieHelper.SetValue(). I can get the value in my view and see it in the Application tab of dev tools on my main domain. However, in my multidomain ...
Is there a way to make a cookie set with:CookieHelper.SetValueto expire by end of the session instead of prividing an exire date?
Kentico version 6How do you clear @.ASPXFormsAuth@ cookie when you close down the browser? I'm using a session timer to expire after 20 minutes using this code: CMSContext.ViewMode = CMS.PortalEn...
I'm setting up a Terms @ Conditions blurb that is in an asp container and will switch out to the proper content when a cookie is set on the clients machine.I've been trying to use the CookieHelper ...
I am using this to do some localization of static text on some shared components in a couple of my sites. I need to apply this to a custom query.CookieHelper.GetValue(@CMSPreferredCulture@)I tried...