<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Logout user without action</title><link>https://community.appian.com/discussions/f/general/37683/logout-user-without-action</link><description>I would like to force logout a user without user interaction. 
 I know that Appian has Session timeout, but I would like to logout a user on a specific workflow (after 30 sec) without disturbing Appian default session timeout settings.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Logout user without action</title><link>https://community.appian.com/thread/141527?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 07:46:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2a00cfd-f0a4-41da-9c5a-427bbfcb5fd2</guid><dc:creator>sureshr137834</dc:creator><description>&lt;p&gt;Sure Agniwesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Logout user without action</title><link>https://community.appian.com/thread/141523?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 07:09:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71b748ca-cf9f-4561-bb33-2a677991b4b4</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Try this, I&amp;nbsp;made something similar in the past with http headers and it worked....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Logout user without action</title><link>https://community.appian.com/thread/141476?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 11:56:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f4b3fe8-71f9-472c-8e38-3672c3447c6e</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;I would probably trigger a integration object after 30 sec using exception flow which calls and Appian webApi that has following code&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!httpResponse(
statusCode: 307,
headers: {
a!httpHeader(name: &amp;quot;Location&amp;quot;, value: &amp;quot;https://testingenv.appian.com/suite/logout&amp;quot;)
}
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I have not tested this idea, Let me know if it works &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Logout user without action</title><link>https://community.appian.com/thread/141475?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 11:49:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d4af7178-def6-46e9-8e8c-c13caf5c72aa</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;Na, I wont do that. what if they are part of SSO ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; why do you want force logout ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Logout user without action</title><link>https://community.appian.com/thread/141469?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 09:34:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2e6666b8-1102-4c59-a836-e27c45678efd</guid><dc:creator>adityaa7089</dc:creator><description>&lt;p&gt;Try using Deactivate User then Reactivate User again in the workflow&amp;#39;s exception flow.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>