You need to sign in to do that
Don't have an account?
Unable to Understand behaviour of login hour restrictions
hi all,
I am unable to understand the behaviour of the feature login hour restrictions.
If a users profile can login from 4pm to 5pm and a user logs in at 4.30 pm then what happens at 5.01pm?
Some have said that it automatically logs out,
some assume that the session goes on but he can only view.Once he tries for any DML operation,hez logged out
Can anyone help me out on this?
Thanks
I am unable to understand the behaviour of the feature login hour restrictions.
If a users profile can login from 4pm to 5pm and a user logs in at 4.30 pm then what happens at 5.01pm?
Some have said that it automatically logs out,
some assume that the session goes on but he can only view.Once he tries for any DML operation,hez logged out
Can anyone help me out on this?
Thanks
All Answers
Because the session is stored on the server it is only when the user sends a new request to the server (i.e. DML or navigation) that they become logged out. It is the same behaviour as when you are logged in to SFDC with a page open, walk away for a meeting and come back later.
So to clarify - at 5pm the user is not logged out but switched to be in read only mode where the normal session timeouts still apply. They can navigate and view records but cannot perform any DML operations. As soon as they attempt to perform a DML operation they are then logged out of the system and cannot re-enter.
this is just to confirm,when a user performs a dml for eg:when he inserts(click on save) will the record be saved before logging out?.I think it wont be saved but just to confirm
Thanks