> This is strange. I just changed the local value of > session.gc.maxlifetime > from 1400 to 12345 with ini_set. > > ini_set("session.gc_maxlifetime",12345); > ini_set("register_globals",1); > > register_globals continues to remain "Off". > > (ps, I tried passing "on" and "On" and "1" as arguments, none work). > > Is there another security setting I'm overlooking? >
AFAIK you can't reset the register_globals setting via ini_set... by the time your script is run the register_globals setting has already taken effect... same goes for settings such as magic_quotes_gpc etc HTH Rich -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php