vuongduongquoc wrote:
> > $LoginStatus= $LoginStatus["currentUserName"];
- This line overwrite the globl variable $LoginStatus.
- If you use Api_Action, you need to login the user yourself, you may use Route_Action instead so you may just use CurrentUserName().