One of my applications uses sql session state, the timeout is currently set to 20 minutes. My question is, since this is stored in the database and not in server memory, I should be able to increase the timeout without any significant performance issues right?
I dont really understand the importance of the timeout for the database session state scenario, since the database should easily be able to handle a lot of sessions.
Am I missing something?