On one of our project we been experiencing random session timeout issues. With recent discovery I've notice that Sitecore Analytics.Robots.SessionTimeout maybe the thing that's causing it.
We notice that at random session timeout, the timeout value was set to 1min instead of our 120min.
After searching through all the config files we notice only one configuration has timeout set to 1min.
We think by increasing the analytics robots session timeout to 120min will fix our random timeout issue, but my question is, will this have any negative performance impact or security issue by allowing robot sessions to live for 120min instead of 1min?
Thanks you for your suggestions.