Hi
I recently upgraded from php 4.0.3 to php 4.3.2 and I can't open any session now because session_start() fails, saying:
"session_start(): read failed: Value too large for specified data type (75)".
I don't undersand what's going on, the call to the function is at the very beginning of my code:
<?
ob_start();
session_start();
Please give me a hint!
Thanks in advance and sorry if my english is not so good š