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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's your issue. Javascript can only function where it outputs. You're trying to act on an event that's during a PHP process. It doesn't output anything there so your Javascript will never execute. You'd need to execute your javascript on your logout landing page, which could be an auto action if Triggers is left as None and you configure your logout redirect URL to be the auto action URL (this is provided under the Global tab of your auto action).code is javascript ( to delete cookie )
Please Log in or Create an account to join the conversation.