What do I ask of the host service that doesn't work? Phpinfo reports they are on 4.0.6.
Can I tell them to enable something?
Ron
P.S. I know it's them because same exact PHP page works fine on other host sites. And it has nothing to do with abbrev. $_session command or enabling global.
Sessions do not work on one of my hosts, but fine on others
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Ask your host to upgrade to a newer version of PHP.
Or start using session_register() and stop trying to use $HTTP_SESSION_VARS or $_SESSION.
Mac
Or start using session_register() and stop trying to use $HTTP_SESSION_VARS or $_SESSION.
Mac
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK