Mega Menu

Thursday, December 14, 2017

Session Management - In Memory Sessions

Maximum In-Memory sessions count is the count of active sessions that can be allowed at any given instance of time. Determining this value exactly may not be possible as the volume of active sessions varies time to time for any given application. 
In order to effectively support the maximum possible sessions, use the flag Allow-Overflow. Turn this to true, to specify that the number of sessions in memory can exceed the value specified by the Max in-memory session count property. 

**Setting this value too low without having the flag Allow-overflow, would result in poor application performance as all the requests would be waiting for a free session. 


NOTE

  • This option is valid only in non-distributed sessions mode.
  • Do not set this value to a number less than the maximum thread pool size for your server.




No comments:

Post a Comment