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
No, sessions cannot be shared across multiple web applications. This would be a breach of security.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.