session - $_SESSION as a local variable -


i have problem $_session. post , modify value of $_session['lang'] modification local (my var_dump($_session); has value), out of file variable didn't change.

do have ideas resolve problem?

thanks

i'm not entirely sure got mean "out of file". if $_session['lang'] didn't change in files included in script have included files before operated change on $_session['lang']?


Comments