I have recently read on the official PHP website on the session_register part of the documentation, thatyou should not use this function along with using $_SESSION. However, it doesn't mention why not to do this.
I've had a quick search around but cannot find any more information on this. Can anybody shed any light on this and any effects this may have.
Thanks