Kill session and force to login again

0
Hi Guys,   In PWA app, i want to kill the session if user is idle for more than one minute and force to login again. Could you please help to implement this functionality.    Thanks in advance.  
asked
3 answers
3

Hi Abrar,
You can have a look at this module idle Session Time out , I haven’t tried it in PWA. You can give it a try.

Good Luck !!

answered
1

Hi Abrar,

 

if you have your app deployed on cloud or running locally, you can add the custom environment variable in the runtime customizations.

SessionTimeout : 6000 (1 minute)

 

see below screenshot for local

 

 

Also you can use the IdleSessionTimeOut module… idle time out

 

 

answered
0

Have a look at the Session Timeout widget in the appstore. 

https://marketplace.mendix.com/link/component/113622 

answered