sven
|
| Posted: 10/24/2002, 2:12 PM |
|
hi,
i have updated to php4.2.3 and now i lost my user seesion id. in the session
section of php.ini i found a new entry: session.use_trans_id and its value
is 0
iam using freebsd,php,mysql,cs2
can someone help ?
|
|
|
 |
willi
|
| Posted: 10/24/2002, 2:53 PM |
|
hi,
thats a known problem. using form variables as globals can easily lead to
possible security problems. so by default in php 4.2.x now the variable
register_globals is by default off.
set in php.ini the following variable:
register_globals = On
thats all ...
|
|
|
 |
char
|
| Posted: 10/25/2002, 12:22 PM |
|
I do hope this is fixed in the next version. I had to get my own reseller account to get access to php.ini. CCS should support all current versions of programs (PHP, ASP etal).
|
|
|
 |
|