My understanding was that the user will authenticate once and then -i.e after 60 sec- it won't request another authentication since the user is browsing and therefore it's already authenticated.I thought that the inactivity of the client for xx time (timeout define) will trigger the authentication for the specific client. Probably a stupid assumption. I am guessing I can increase the timeout so the authentication is not requested every 60 sec and solve that issue
My understanding was that the user will authenticate once and then -i.e after 60 sec- it won't request another authentication since the user is browsing and therefore it's already authenticated.I thought that the inactivity of the client for xx time (timeout define) will trigger the authentication for the specific client. Probably a stupid assumption. I am guessing I can increase the timeout so the authentication is not requested every 60 sec and solve that issue