Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Let’s talk about PCI first, In order to make login PCI compliant, session timeout needs to be set for 15 mins, I had to make two changes to my Startup.cs file. Set SlidingExpiration to False . Sliding Expiration is set to true by default. [This is...
Log custom errors or success/fail information for REST APIs, Web services etc using EPiServer Log4net namespace [EPiServer.Logging] Step 1: Add your custom Logging information to EpiserverLog.config a. Add your Appender Sample Fil...