I am using Asp.Net sessionState timeout property set to 60. Does that mean that the session will timeout after 60 minutes irrespective of whether user is idle or not or does it not expire when user has not requested anything from server for 60 minutes?
If it expires irrespective of whether user is using the app or not, how do I make it so it only expires when it is idle?