Page 1 of 1

Can sessions be turned off by my host provider?

Posted: Mon Feb 17, 2003 12:10 am
by 3dron
As in earlier topics I explained session did not seem to work. A simple test page revealed that it worked on another host but not my main one.

So could it be they disabled sessions? (and yes I used the full statement and not just $_SESSION)

Please help.

Ron

Posted: Mon Feb 17, 2003 12:32 am
by volka
possible but unlikely :?:
try

Code: Select all

<?php phpinfo(); ?>
there should be a section for sessions,e.g.

Code: Select all

session
Session Support            enabled

Directive                  Local Value   Master Value
session.auto_start            Off            Off
session.cache_expire          180            180
session.cache_limiter       nocache        nocache
...

Posted: Mon Feb 17, 2003 2:57 am
by twigletmac
Please stop creating new topics on the same question.

viewtopic.php?t=6519
viewtopic.php?t=6517

Keeping the topic in one thread makes it much easier for us to help you. If you want to bump your question (post a post within it just asking people to have a look again) that's fine but don't start a new topic.

Mac