Serves to supply a password for login.
property Password: string stored False;
Use the Password property to supply a password to handle server's request for a login. Application server can use the TOraSession.ProxySession property and verify user password itself.
Warning: Storing hard-coded user name and password entries as property values or in code for the OnLogin event handler can compromise server security.