<?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: sessionticket.ticket in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302634#M255764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you log in via Share, Share isn't actually handling the authentication, it's delegating that back to Alfresco.&amp;nbsp; So when you login via Share, you'll also have a session in Alfresco.&amp;nbsp; To call a alfresco service from Share you would normally use HTTP, which means using an Alfresco RESTful or CMIS service.&amp;nbsp; The Share configuration provides you the ability to do this (handling all the authentication particulars for you - that's one of the key advantages of a Surf application like Share) using the remote root scoped object. So you could write something like remote.call("/api/sites/" + page.url.templateArgs.site) to get information on a specific site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember the ftl file is the "View" component of the webscript so ideally, all you should be doing within an ftl file is presentation of data in the webscripts Model.&amp;nbsp; You should doing things like collecting, assembling &amp;amp; manipulating data (e.g. doing a remote call to Alfresco) in your webscript controller (the .js file).&amp;nbsp; To the best of my knowledge the "remote" root object is only available to controller in any case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the service you want to call is not exposed via any existing public API endpoint, then you can create a repository webscript that does what you need it to, and then call that from your Share webscript.&amp;nbsp; This is the standard mechanism for this type of work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 21:20:21 GMT</pubDate>
    <dc:creator>steven_okennedy</dc:creator>
    <dc:date>2016-06-29T21:20:21Z</dc:date>
    <item>
      <title>sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302626#M255756</link>
      <description>Hello,I cannot use the session ticket.&amp;lt;strong&amp;gt;I have this template:&amp;lt;/strong&amp;gt;${sessionticket.ticket}It is Alfresco 5.1.It should give a ticket.&amp;lt;strong&amp;gt;But this is the error:&amp;lt;/strong&amp;gt;Alfresco&amp;nbsp;&amp;nbsp;&amp;nbsp;Web Script Status 500 - Internal ErrorThe Web Script /alfresco/service/i18n has resp</description>
      <pubDate>Tue, 28 Jun 2016 09:27:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302626#M255756</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-28T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302627#M255757</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;What are your authentication settings on your webscript? Can you post the full content of your webscript (including the descriptor file).&amp;nbsp; If you call the webscript through a browser are you prompted for a username/password before it gives this failure?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you also include any changes you've made to your authentication chain or authentication subsystems e.g. global properties file etc?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 11:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302627#M255757</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-28T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302628#M255758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;i18n.get.desc.xml:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt; webscript&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt; shortname&amp;gt;I18n Sample&amp;lt; /shortname&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt; description&amp;gt;Internationalization Sample&amp;lt; /description&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt; url&amp;gt;/i18n&amp;lt; /url&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt; /webscript&amp;gt;&amp;lt;br/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;i18n.get.html.ftl:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;${sessionticket.ticket}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;The DOC I need:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.1/references/API-JS-SessionTicket.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/references/API-JS-SessionTicket.html&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 12:10:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302628#M255758</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-28T12:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302629#M255759</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;Try specifying that you need the script to require a user to authenticate.&amp;nbsp; The sessionticket.ticket object returns a ticket for the currently authenticated user, and will throw an error if there is no authenticated user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;shortname&amp;gt;I18n Sample&amp;lt;/shortname&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;description&amp;gt;Internationalization Sample&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;url&amp;gt;/i18n&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;authentication&amp;gt;user&amp;lt;/authentication&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 13:06:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302629#M255759</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-28T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302630#M255760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I created a ZIP. It has all the info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It should have the ${sessionticket.ticket} as the reference shows, but it show the error that is in the ZIP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 13:43:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302630#M255760</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-28T13:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302631#M255761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are trying to use repository root objects in a presentation tier webscript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco has two applications, both of which use webscripts.&amp;nbsp; the alfresco.war application (repository tier) provides the repository access and associated services, while Share (presentation tier), a Surf-based application, handles just UI activities and doesn't have access to core Alfresco information without making a call to the repository to get it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While they both provide the ability to use webscripts, the root objects and services available to use from them are different.&amp;nbsp; This page describes the objects available on the repository tier (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.1/references/API-FreeMarker-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/references/API-FreeMarker-intro.html&lt;/A&gt;&lt;SPAN&gt;) while this one gives the ones available in presentation tier webscripts (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.1/references/APISurf-rootscoped.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/references/APISurf-rootscoped.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:41:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302631#M255761</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-28T22:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302632#M255762</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;SPAN&gt;I understand! But now I need authorization for my alfresco.war service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I call an alfrsco.war service fom the share.war?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like I have a .ftl in share.ware.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a alfresco/services/component/method in alfresco.war.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I call the ftl use the service with authorization?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 06:13:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302632#M255762</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-29T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302633#M255763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I could use the alf_ticket, but in the Share roots I cannot get the ticket.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I use from share using an alfresco service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 07:19:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302633#M255763</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-29T07:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302634#M255764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you log in via Share, Share isn't actually handling the authentication, it's delegating that back to Alfresco.&amp;nbsp; So when you login via Share, you'll also have a session in Alfresco.&amp;nbsp; To call a alfresco service from Share you would normally use HTTP, which means using an Alfresco RESTful or CMIS service.&amp;nbsp; The Share configuration provides you the ability to do this (handling all the authentication particulars for you - that's one of the key advantages of a Surf application like Share) using the remote root scoped object. So you could write something like remote.call("/api/sites/" + page.url.templateArgs.site) to get information on a specific site.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember the ftl file is the "View" component of the webscript so ideally, all you should be doing within an ftl file is presentation of data in the webscripts Model.&amp;nbsp; You should doing things like collecting, assembling &amp;amp; manipulating data (e.g. doing a remote call to Alfresco) in your webscript controller (the .js file).&amp;nbsp; To the best of my knowledge the "remote" root object is only available to controller in any case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the service you want to call is not exposed via any existing public API endpoint, then you can create a repository webscript that does what you need it to, and then call that from your Share webscript.&amp;nbsp; This is the standard mechanism for this type of work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 21:20:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302634#M255764</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2016-06-29T21:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302635#M255765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;My problem is that i have a service in alfresco:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/alfresco/service/clickandlike/converjsprebin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;My share scripts:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;footer.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;The problem is that I have to give a ConvereJs a url only:&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; converse.initialize({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //debug: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bosh_service_url: '//' location.hostname&lt;BR /&gt; + ':5280/http-bind/', // Please use this connection manager only for testing purposes&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i18n: locales['${locale}'], // Refer to ./locale/locales.js to see which locales are supported&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;allow_logout: false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;allow_registration: false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;auto_login: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;keepalive: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;authentication: 'prebind',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allow_muc: false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; auto_subscribe: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; auto_join_on_invite: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; roster_groups: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //show_only_online_users: true,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allow_contact_removal: false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allow_contact_requests: false,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; allow_chat_pending_contacts: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //auto_subscribe: true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jid: '${user.id}',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prebind_url: '/alfresco/service/clickandlike/conversejsprebind?username=${user.id}'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I make it work using authentication without remote.call?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think ConverseJs was using $.ajax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;strong&amp;gt;That why I was trying use the session ticket, like /alfresco/service/clickandlike/conversejsprebin?alt_ticket=TICKET_23423423&amp;lt;/strong&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't know what I can do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 06:27:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302635#M255765</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-30T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: sessionticket.ticket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302636#M255766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually I think I will be able to use the Alfresco.constants.PROXY_URI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:07:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sessionticket-ticket/m-p/302636#M255766</guid>
      <dc:creator>patrikx3</dc:creator>
      <dc:date>2016-06-30T11:07:44Z</dc:date>
    </item>
  </channel>
</rss>

