| ClearBox Server v2.3 General Server Extension User's Guide |
State Server SettingsThis window lets you configure a state server, a database table where the information on current user activity is stored. State server ID. This is an arbitrary name given to the state server at its creation and uniquely identifying it. No two state servers may have equal IDs. Data source ID. Select a configured data source where the state server information is stored and managed. 'Session is started' query. You should specify a query here which
adds a new record to the state server, i.e. inserts a new row in a database
table on receiving Accounting-Start request.
'Session is terminated' query. This is for query which removes an according entry from the table when the session terminates on receiving Accounting-Stop request. You may use exactly the same syntax as in the previous query. The query should not return any rows. Empty query is allowed.
'Get concurrent sessions number' query. This query is run by the server when it needs to substitute $s in the authentication query or to check against a global concurrent sessions limit defined within a realm. You may use exactly the same syntax as in the previous queries. The query should return one row with exactly one numeric field containing the number of active sessions started by a user.
'Accounting is stopped' query. This query is optional and is executed when the server receives Accounting-On or Accounting-Off requests. This query should clear all the entries fro the NAS which is turned on or off. You may use exactly the same syntax as in the previous queries. The query should not return any rows. Empty query is allowed.
Apply Changes. Click this button after you have created the new state server or have made changes so to save them. © 2001-2004 XPerience Technologies. www.xperiencetech.com |
| Browser Based Help. Published by chm2web software. |