Hello Sangitkumar Cinraj,
This is a setting that you can configure, for more info visit the links :
https://docs.mendix.com/refguide/custom-settings/#SessionTimeout
https://docs.mendix.com/refguide/session-management/
Maybe also interesting is this module with a session warning :
https://marketplace.mendix.com/link/component/113622
However, this is not a platform supported module, so there is no guarantee that this module always stays up to date.
Good luck!
Can you try to add SessionTimeout: 600000 (60*10*1000 ms) parameter under Runtime in your settings yaml?
Runtime:
SessionTimeout: 600000