<< Click to Display Table of Contents >>

ZFLOGO2

Method ZfLib.ZfAPI.LogonAnonymous

 


 

Function LogonAnonymous( ) As ZfLib.UserSession

 

The LogonAnonymous method returns a limited UserSession object that is not logged on as a specific user.

 

Return Value

 

The returned UserSession  object

Remarks

An anonymous session is restricted to the following methods in the UserSession object:

UserSession.Server

UserSession.SystemArea

UserSession.Logoff

All other methods return an error.

See Also

ZfAPI.Logon , UserSession , UserSession.Logoff