In one of our projects, we ran into random session timeout problems. With a recent discovery, I noticed that Sitecore Analytics.Robots.SessionTimeout may be what triggers it.
We notice that with a random session timeout, the timeout value was set to 1 min instead of our 120 min.
After viewing all the configuration files, we will notice that only one configuration has a timeout set to 1 min.
We think that increasing the timeout of the analytics-robots session to 120 minutes will fix our random timeout problem, but my question is: will it have any negative impact on performance or security problem, allowing the robot sessions to live for 120 minutes instead of 1 min?
Thanks for your suggestions.
source share