Welcome, sorry for my english :)
I'm trying to do something like this : User saved some data in $_SESSION table on HOST1, HOST1 redirect him to HOST2 (with SID in URL) ,next HOST2 redirect user to HOST1. How can i retrieve data from $_SESION table on HOST1? Is it possible?
Thanks!