How to share alfresco session with other application

cancel
Showing results for 
Search instead for 
Did you mean: 
hardik_thakkar
Active Member II

How to share alfresco session with other application

Hi Team,

Is it possible to share alfresco's session with other application?

I have scenario where spring based application is deployed in the same tomcat of alfresco installation.

On the alfresco's custom page, we have provided the link of another application and passing the alfresco's logged in user name also:

<form name="myForm" action="http://127.0.0.1:8080/test/LandingPageController/home" method="post" id="formDT">

<input type="hidden" name="inputText" id="inputText">
<input type="hidden" name="userName" id="userName">

<input type="submit" value="Test Application" id="testApp">
</form>

If anyone hits the URL http://127.0.0.1:8080/test/LandingPageController/home, home page of another application is visible without logging into alfresco.

How to apply the same session of alfresco?

Thanks,
Hardik

1 Reply
afaust
Master

Re: How to share alfresco session with other application

No, sessions cannot be shared across multiple web applications. This would be a breach of security.