Click to See Complete Forum and Search --> : how to replace the session_register()?


jfernandez
02-26-2007, 05:16 PM
I have some old PHP code which uses session_register($variable_name), now I'm using $_SEESION global variable and would like to get rid of the session_register() thing, what should I replace it with? thanks.