<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why is the Splunk user session timeout is not working? in Security</title>
    <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373819#M9227</link>
    <description>&lt;P&gt;Did you restart Splunk after changing the settings?&lt;/P&gt;</description>
    <pubDate>Mon, 12 Feb 2018 19:55:26 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2018-02-12T19:55:26Z</dc:date>
    <item>
      <title>Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373818#M9226</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have set the below in web.conf to set the user timeout session to 20 min but it's not working, any idea where is the issue: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;web.conf
[settings]
tools.sessions.timeout = 10
ui_inactivity_timeout = 10

server.conf
[general]
sessionTimeout = 600s
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Feb 2018 18:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373818#M9226</guid>
      <dc:creator>Dev_Choudhary</dc:creator>
      <dc:date>2018-02-12T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373819#M9227</link>
      <description>&lt;P&gt;Did you restart Splunk after changing the settings?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373819#M9227</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-02-12T19:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373820#M9228</link>
      <description>&lt;P&gt;HI @Dev_Choudhary,&lt;/P&gt;

&lt;P&gt;If you are  using SplunkWeb (splunkweb) to access the Splunk instance (splunkd), the smaller of the two timeout attributes prevails. So, if &lt;CODE&gt;tools.sessions.timeout&lt;/CODE&gt; in web.conf has a value of "90" (minutes), and &lt;CODE&gt;sessionTimeout&lt;/CODE&gt; in server.conf has a value of "1h" (1 hour; 60 minutes), the session will timeout after 60 minutes.&lt;BR /&gt;
refer &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Configureusertimeouts"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Configureusertimeouts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 01:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373820#M9228</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-13T01:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373821#M9229</link>
      <description>&lt;P&gt;yes, by both way 1&amp;gt; from web console and 2&amp;gt; by command &lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 07:30:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373821#M9229</guid>
      <dc:creator>Dev_Choudhary</dc:creator>
      <dc:date>2018-02-13T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373822#M9230</link>
      <description>&lt;P&gt;I can see that you have set timeout session to 10 min and not 20 min...does it also not working for 10min?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 08:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/373822#M9230</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-13T08:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk user session timeout is not working?</title>
      <link>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/571921#M15678</link>
      <description>&lt;P&gt;Same issue, similar settings, but ours is set to 15m. The timeout has not changed and still timeouts after 1 hour. The only thing worth nothing is that we are using Okta and have SAML auth enabled. So users have to MFA to get into Splunk, but I would still think the internal Splunk settings would push the user out of the web console if set per the instructions:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/Configureusertimeouts" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.1/Admin/Configureusertimeouts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone found an answer yet?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 21:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Why-is-the-Splunk-user-session-timeout-is-not-working/m-p/571921#M15678</guid>
      <dc:creator>joshualemoine</dc:creator>
      <dc:date>2021-10-21T21:39:18Z</dc:date>
    </item>
  </channel>
</rss>

