Error: Session has timed out

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
cishpix
Posts: 183
Joined: Fri Nov 06, 2015 5:07 am
Location: Indonesia

Error: Session has timed out

Post by cishpix »

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
Monaca.png (84.22 KiB) Viewed 8535 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?
Regards,

Suwandy
-----------------
Kisaran - Indonesia
himanshu
Posts: 722
Joined: Thu Jun 19, 2008 6:24 am
Location: India
Contact:

Re: Error: Session has timed out

Post by himanshu »

Hi Lie,

Each user profile have an attribute session timeout... just check the same property value. might help you.
From,
Himanshu Jain


AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
cishpix
Posts: 183
Joined: Fri Nov 06, 2015 5:07 am
Location: Indonesia

Re: Error: Session has timed out

Post by cishpix »

Hi Himanshu,
thank you for your respond..
himanshu wrote: Mon Jun 20, 2022 10:24 am Each user profile have an attribute session timeout... just check the same property value. might help you.
Unfortunately it cannot fix my issue.. I already try set it to 36000 but still same.

FYI, this issue only happened when login from mobile..
Regards,

Suwandy
-----------------
Kisaran - Indonesia
idpSteve
Posts: 201
Joined: Thu Jul 27, 2017 6:13 am
Location: Johannesburg, South Africa
Contact:

Re: Error: Session has timed out

Post by idpSteve »

+1

We are having the same issue since re-building our app.

Any suggestions appreciated.
Post Reply