aleph1888 / mangopay_wp_plugin

Mangopay plugin for wordpress
GNU General Public License v3.0
1 stars 1 forks source link

Session Create on init #2

Open FranckPiazza opened 10 years ago

FranckPiazza commented 10 years ago

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 .

aleph1888 commented 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.

FranckPiazza commented 9 years ago

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.