<?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 Logout in Webscript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223298#M176428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the response file of my web script I want to put a hyperlink that displays the current user logged in which is easy but I want to make it so that once the hyperlink is clicked it logs the user out. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've had a look at DELETE to /api/login/ticket/{ticket}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I dont understand how to actually use it. How do I get the persons ticket?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Sep 2010 05:49:03 GMT</pubDate>
    <dc:creator>anand_patel18</dc:creator>
    <dc:date>2010-09-20T05:49:03Z</dc:date>
    <item>
      <title>Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223298#M176428</link>
      <description>Hi,In the response file of my web script I want to put a hyperlink that displays the current user logged in which is easy but I want to make it so that once the hyperlink is clicked it logs the user out. I've had a look at DELETE to /api/login/ticket/{ticket}.But I dont understand how to actually us</description>
      <pubDate>Mon, 20 Sep 2010 05:49:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223298#M176428</guid>
      <dc:creator>anand_patel18</dc:creator>
      <dc:date>2010-09-20T05:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223299#M176429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;have you tried :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;request.getParameter("ticket");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:18:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223299#M176429</guid>
      <dc:creator>hsohaib</dc:creator>
      <dc:date>2010-09-20T09:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223300#M176430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ticket will have been returned by the login web script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 10:08:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223300#M176430</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-09-20T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223301#M176431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also interested in performing logout through WebScript. How do you achieve this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you provide a sample ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My final goal is to get logout functionallty leading back to the login page with a redirect parameter allowing me to get back to a webscript location just after new logon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 16:45:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223301#M176431</guid>
      <dc:creator>guillaumefranco</dc:creator>
      <dc:date>2010-10-28T16:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223302#M176432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you coding for the web-tier or within the Alfresco process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are on the web-tier (Share or a custom SpringSurf application) this may help you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blogs.alfresco.com/wp/kevinr/2010/11/01/springsurf-authenticating-users-against-an-alfresco-repository/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/kevinr/2010/11/01/springsurf-authenticating-users-against-an-alfresco-repository/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It mentions logout at the bottom of the article.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:28:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223302#M176432</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2010-11-02T12:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logout in Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223303#M176433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks we finally managed to logout from our side using ajax call and WCService&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:46:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logout-in-webscript/m-p/223303#M176433</guid>
      <dc:creator>guillaumefranco</dc:creator>
      <dc:date>2010-11-02T12:46:13Z</dc:date>
    </item>
  </channel>
</rss>

