ed
Member
Registered: 10th Sep 03
User status: Offline
|
When using PHP does the server have to have session variables enabled for them to work? I have just transfered a site from one server to another, and keep getting problems when my site tries to define a session variable. The server is provided by Webfusion, if any of you have had experience with them before...
|
James_DT
Member
Registered: 9th Apr 04
Location: Cambridgeshire
User status: Offline
|
I'm pretty sure the server needs it enabled, but I'm also sure it's a default option, so Webfusion must be using a custom config.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Yea, I thought that, but I get this message:
Warning: Cannot send session cache limiter - headers already sent (output started at /home/bridge12/public_html/help.php:2) in /home/bridge12/public_html/includes/config.inc.php on line 25
Which is the line where the sesion starts, which leads me to think that the session variables aren't working properly...
|