I am running a Kentico v13.0.52 solution with a .NET Core website.A number of configuration elements may contribute to the issues I am seeing with sessions and SSO when operating on a load balanced...
How can i manage users login session timeout in Live site? (My code architecture based on Dancing Goat core, kentico 13)
we are trying to access the session variables on session end. We have created a new module called ApplicationSessionEventsHandlerModule and added a SessionEnd_Execute handler.However, the Kentico ...
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...
Hi all,I have a question about the using the Azure Redis cache to store the Kentico session data. We have multiple app services in different availability zones running the website, and each app ser...
To Preface: I have tried doing this with ViewState and had the same results, I read that Session is better for performance and if possible it looks to be better so I'm trying to do this via Sessio...
I'm looking for a method to troubleshoot custom session state on a solution that I've started supporting recently.Current session state configuration in web.config@sessionState mode=@Custom@ stateC...
hello kentico dev i try to apply a custom web part to search for company code and i set the session and but the problem is sessiontimeout here is my code but its not working is ther any method...
Hello,I am using a Basic Repeater web part and trying to set the @Hide if no record found@ property dynamically based on a session variable. It is my understanding that Kentico does not provide an...
I upgraded Kentico site into version Kentico version 11. I am getting error of Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page d...