<?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>question User session longer than the setting in glide.ui.session_timeout in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234871#M886855</link>
    <description>&lt;P&gt;I have set the &lt;EM&gt;glide.ui.session_timeout to 20 minutes. We are having users install a browser extension that does an automatic refresh. The session is getting refreshed according to the setting in the extension. If a user sets this to 5 minutes, then the session is refreshed every 5 minutes. The 20 minutes timeout setting in ServiceNow doesn't make the user login in again. The session inactivity never gets to 20 minutes. There are users who have set this to every 5 minutes - 15 minutes. Users are also not logging out at night or over the weekend creating excessive and unnecessary log entries. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Has anyone run across this or have an idea to how to really end a users session after a specified time?&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2014 15:26:55 GMT</pubDate>
    <dc:creator>Linda Kendrick</dc:creator>
    <dc:date>2014-02-05T15:26:55Z</dc:date>
    <item>
      <title>User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234871#M886855</link>
      <description>&lt;P&gt;I have set the &lt;EM&gt;glide.ui.session_timeout to 20 minutes. We are having users install a browser extension that does an automatic refresh. The session is getting refreshed according to the setting in the extension. If a user sets this to 5 minutes, then the session is refreshed every 5 minutes. The 20 minutes timeout setting in ServiceNow doesn't make the user login in again. The session inactivity never gets to 20 minutes. There are users who have set this to every 5 minutes - 15 minutes. Users are also not logging out at night or over the weekend creating excessive and unnecessary log entries. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Has anyone run across this or have an idea to how to really end a users session after a specified time?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 15:26:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234871#M886855</guid>
      <dc:creator>Linda Kendrick</dc:creator>
      <dc:date>2014-02-05T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234872#M886856</link>
      <description>&lt;P&gt;What you want to do is to terminate the user session manually.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The refresh what you describe is basically working like a heartbeat and therefore keeps the session alive.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You could agree with the business on a time when to terminate all user sessions and run a scheduled job for that.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But be aware that if a user is currently working on a ticket, he/she will lose everything when hitting "Update".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We had some issues with that in the beginning (that user session's terminated for some reason) and now that no longer happens and our users are pretty happy.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:05:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234872#M886856</guid>
      <dc:creator>eican</dc:creator>
      <dc:date>2014-02-05T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234873#M886857</link>
      <description>&lt;P&gt;There are times where some of the users are not listed in the Users Administration &amp;gt; Logged in Users so I can't manually terminate the session either.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:14:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234873#M886857</guid>
      <dc:creator>Linda Kendrick</dc:creator>
      <dc:date>2014-02-05T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234874#M886858</link>
      <description>&lt;P&gt;There is a business rule on sys_user called "Lock Out User".&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The script is utilizing a GlideSession object - that looks like it would do the job and you could run it for all users (except admins and MID server and other system users)&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:19:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234874#M886858</guid>
      <dc:creator>eican</dc:creator>
      <dc:date>2014-02-05T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234875#M886859</link>
      <description>&lt;P&gt;I will look into that. thanks!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:59:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234875#M886859</guid>
      <dc:creator>Linda Kendrick</dc:creator>
      <dc:date>2014-02-06T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234876#M886860</link>
      <description>&lt;P&gt;I submitted a ticket to HI and found out that the Logged In Users only shows you the users logged into that node you are logged on to. The logged in users module is a legacy module and ServiceNow used to be one node. An enhancement has been submitted to update the Logged in Users to show both nodes. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2014 15:54:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234876#M886860</guid>
      <dc:creator>Linda Kendrick</dc:creator>
      <dc:date>2014-03-17T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234877#M886861</link>
      <description>&lt;P&gt;Is this fixed now, i also want to capture the users login for all the nodes. Please suggest if there is a way to check all the users logged in to ServiceNow Instance irrespective of the nodes.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2016 11:50:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234877#M886861</guid>
      <dc:creator>tarunsingh</dc:creator>
      <dc:date>2016-05-13T11:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234878#M886862</link>
      <description>&lt;P&gt;Hi Linda,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I just wanted to confirm if that servicenow works on 2 nodes. If yes then when it came on 2 nodes?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Kindly please suggest.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Shamma&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2016 12:20:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234878#M886862</guid>
      <dc:creator>shamma</dc:creator>
      <dc:date>2016-05-13T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234879#M886863</link>
      <description>&lt;P&gt;yes, it is two nodes. I don't know when that happened though.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2016 14:13:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234879#M886863</guid>
      <dc:creator>Linda Kendrick</dc:creator>
      <dc:date>2016-05-13T14:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234880#M886864</link>
      <description>&lt;P&gt;Hi Linda.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Do you know if is there a solution to log out all users?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I will upgrade to Helsinki and I need to log out all users, but I'm not able to do it.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Time out just works when the user does not flag the option "Keep connected" in the login page.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Logged users just works when the user is "doing something" in the system.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2016 14:01:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234880#M886864</guid>
      <dc:creator>kenner_almeida</dc:creator>
      <dc:date>2016-08-10T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: User session longer than the setting in glide.ui.session_timeout</title>
      <link>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234881#M886865</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I have the session id and user id of the user. I want to create a scripted API which will take input as session id and user and it will check it in logged in user table if the session id or user exist in return it should give me the complete details of the user from user table.&lt;/P&gt;
&lt;P&gt;I am struggling with the script, Request you all to help me out on this it is a critical requirement.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 12:28:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/user-session-longer-than-the-setting-in-glide-ui-session-timeout/m-p/2234881#M886865</guid>
      <dc:creator>Priyanshu</dc:creator>
      <dc:date>2019-01-06T12:28:11Z</dc:date>
    </item>
  </channel>
</rss>

