I have tried follow this tutorial
https://www.youtube.com/watch?v=Pvm2xGlbkSk with CRM sample and I select Monaca.
After done, I try install it into my mobile and I got error message "Session has timed out". So I tried add the below code into web.xml (Tomcat Conf) and restart the AwareIM panel again and the error still same.
Code: Select all
<session-config>
<session-timeout>30</session-timeout>
</session-config>
So, I try Monaca Debugger and the error still same and I just got the details like below
- Monaca.png (84.22 KiB) Viewed 25768 times
I have search this issue but I didn't found like my issue and there is no error message in Tomcat output. I'm really frustrated about this error.
Any suggestion, tips, help?