i get this issue for the basic examples given in the SFS, in the another scenario when i am trying to login the admin its again creating a new session and working fine with zone configuration alone

有帮助吗?

解决方案

The Session object represents a connected client in the system. Normally a Session is not able to interact with the server until a Login operation is successfully executed. Once this is done the Session is promoted as User and the interaction is allowed. You can only see Users in ZoneMonitor

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top