User's Manual

52
1.
Creation of the ActiveX WebIdentity Server object necessary for decrypting the information transmitted by the
client.
2.
Initialization of WebIdentity server object with the User-Id transmitted during authentication by the client
and stored in the session variable Session("user_PIN"); the entry Pin is an ActiveX server variable.
3.
Initialization of the server object with the Random Session String; the RndSessionString entry is an ActiveX
server variable; the Session("SessionString")entry stores the previously generated Random Session
String which is identical to the string passed to the client for encrypting the information.
4.
Initialization of the server object with the Server Secret; the Password entry is a server ActiveX variable inside
the ASP page; the Application("wi_Password") entry is an application variable maintained by ASP,
where the Server Secret value has been previously stored.
5.
Call of the Decrypt method of the server ActiveX for decrypting the data sent by the client (Name).
6.
Storage of the value in the Name field of the User table in the local database.