04-20-2020 05:13 AM
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
04-20-2020 08:21 AM
No, sessions cannot be shared across multiple web applications. This would be a breach of security.
Explore our Alfresco products with the links below. Use labels to filter content by product module.