Re: [PHP4BETA] PHP Sessions, globals and cashwars...
[email protected] (Sascha Schumann) Mon, 5 Jun 2000 20:45:00 +0200 (CEST)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
> Sessions still manage to flake on me. Does it matter whether
> session_register() comes before or after the definition of the variable?
No
> If
> gpc_globals is off, do I have to use HTTP_SESSION_VARS("varname") =
> something instead of $varname to get stuff saved?
Yes (gpc_globals was renamed to register_globals)
- Sascha