just curious if there is an easy way to update the authentication cookie. I have a MVC site that passes the current windows user in as a kentico user and logs them in. If a user doesn't have acces...
I noticed that our campaign tracking stats were a lot lower than what was being shown in Google Analytics so did some investigating.We have a cookie consent banner which after accepting, sets a coo...
We are using Kentico 10 for our website.We want to show a simple cookie message to user that he will accept. (Allow all cookies)For this, I added SimpleCookieLawConsent with settings attached in th...
I want to add a CUSTOM modal/banner to our Kentico site.I believe it is currently running Kentico 10 (upgrading to v12 soon I was told)This is for a cookie notice banner/modal.. (we do not want to...
I'm using Kentico v11.0.48 and when I set up my live site I didn't have these problems. Now every time when I log in as admin it keeps logging me out. I've managed to look into the CMS_EventLog tab...
I am using a third party login, matching a value from that API to the userid in Kentico and setting the Authorization value to Y. This is working properly, the problem is the user is not logged ou...
Hi,From my understanding, Kentico stock forms perform contact recognition by using the users Cookie, not IP address or User Agent. I wish to use the cookie contact recognition logic that kentico st...
Is is possible to set a contact property (via marketing automation) from a value which has been previously cookied?I've tried this in marketing automation and by step to set the value (i.e. setting...
I am trying to create a cookie when a user log in on logon form.I created a new Logon Form in Visual Studio(a copy from LogonForm). In this method I am trying to create a cookie when the user is au...
Is there a way to make a cookie set with:CookieHelper.SetValueto expire by end of the session instead of prividing an exire date?