Difference between revisions of "Licensing FluenceXL Web Edition"

Line 15: Line 15:
 
=Viewing active sessions=
 
=Viewing active sessions=
  
The easiest method to monitor currently active user's is to use Performance Monitor, select the following event to see the number of active sessions:
+
The easiest method to monitor currently active users is to use Performance Monitor, you need to select the event: "ASP.Net Applications" => "Sessions Active". You would need to limit this to the XLCubedWeb Instance if running more then one website on the same server.
  
  
 
[[Image:PerfMonSettings.png|350px]]
 
[[Image:PerfMonSettings.png|350px]]

Revision as of 09:51, 7 October 2013

Overview

XLCubedWeb licensing is based on a concurrent user, a concurrent session is tied to the user's session managed by IIS. The default timeout is 20 minutes, there is also a "Log Out" option which will end the user's session immediately and release them from the concurrent user count.

Modifying session duration

To change the default sessions length from 20 minutes, you will need to launch Internet Information Services Manager on the web server, and go to the XLCubed Website and select "Session State":

IISSession.png

You can change the session time out under the "Cookies" section:

IISSessionSetting.png


Viewing active sessions

The easiest method to monitor currently active users is to use Performance Monitor, you need to select the event: "ASP.Net Applications" => "Sessions Active". You would need to limit this to the XLCubedWeb Instance if running more then one website on the same server.


PerfMonSettings.png