Thanks Jaymar...
Yes I did model my app on the CRM LoginNotification and LogoutNotification.
There is already attributes that change value on login and logout... I just added my own rules.
I'm not too worried if the user is sitting staring at the screen... If after 10mins no action closes the session.
I getting stuck with the timeout numbers.
In the BASServer.props the Session Timeout was set at 1 800 000 which I presume is in millisecs (30 mins) - I changed it to 60 000 (10 mins)
in the webapp.props the Session Timeout was set at 1 800 and this would be in seconds (30mins)??? - Changed it to 600 (10 mins)
Reboot system...
What should be in the User SessionTimeout setting? Minutes, Seconds or millisecond.?
I set the Session Timeout in the StaffMember to 60 000 and nothing happens.. change it to 600 and nothing happens ....change it to 60 and nothing happens ....change it to 10 and it times out randomly after 15 to 30 secs idle.
Cannot get a handle on the number?
Ideally, I would prefer to have a 10min timeout with a response back to LogoutNotification.
Help is appreciated.
Tj