
04-21-2008, 01:20 PM
|
 | |
|
|
Join Date: Jul 2006
Age: 20
Credits: 0
Rep Power: 20
|
|
Re: Basic Sessions?
PHP: session_register - Manual
Quote:
|
If you want your script to work regardless of register_globals, you need to instead use the $_SESSION array as $_SESSION entries are automatically registered. If your script uses session_register(), it will not work in environments where the PHP directive register_globals is disabled.
|
|