Open FranckPiazza opened 10 years ago
This is to start global vars session to be used like:
Error reporting or storing payout results in case of natural flow fails. So, not much, you can replace session vars for your preferred storage strategy.
On our platform users must be identified , I think it is not useful to create session. It's cleared when a user connects. I just wanted to have confirmation on that.
Another information : Payout results are sending by MangoPay via an URL.
Thank you.
Hi , I need to turn this part of the code , but I do not know the implications this could have. Can you help me?
add_action('init', 'myStartSession', 1);
Kind regards .