GetConcurrencyToken
Only available with WebQuota CMCL Edition
3/23/2013: WebQuota (standard) nows includes cookie based Limited
Concurrent Logins protection
The GetConcurrencyToken gets a concurrency
token or "ticket" that uniquely identifies the browser.
This identifies a user uniquely. WebQuota (standard) can
only identify users by username/ip-address, and for AOL, Proxy and other situations
this will not work properly (except for account abuse detection).
Instructions and more details
here
here
and
here
.
Syntax
GetConcurrencyToken(IPAddress, scriptName)
Parameters
-
IPAddress
-
IP Address of the virtual domain.
-
scriptName
-
Script name, the portion of the URL that follows the domain name.
Return Values
Returns the concurrency token.
Notes
By default, session length is 10 minutes. This is the industry standard
default for session length. If you need a different session length:
HKEY_LOCAL_MACHINE
/Software
/Flicks Software
/AuthentiX
/1.0
/AuthentiXConfig
create a value called CookieSWTimeout, of type DWORD,
set it to be the number of minutes for timeout
AND
create a value called sessionTimeout, of type DWORD,
set it to be the number of minutes for timeout