Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, you need to actually return something in your PHP. This is clearly stated in the parameters description. In your case you'd have the below.Having that said, I'm not sure to get what you are saying regarding the return value.
I should use
return ( $_COOKIE["JWT"]), and this will be check by auto action ? am I right stating this ?
Yes, the code condition is meant to allow executing custom code to return a value from PHP to condition against. It should only be used if absolutely necessary.( so , maybe, should I understand that the code define in the PHP is treated like it is a function ? )
Please Log in or Create an account to join the conversation.