Thank you for reporting this bug. I tried your above example script and it worked fine for me. The text "Never reached" was displayed on the page.
I also tried a modified script: <?php session_start(); echo "Never reached\n"; $_SESSION['test'] = "Woot"; echo $_SESSION['test']; ?> My output: Never reached Woot Do you have a setting in your php.ini that may be causing the issue? Thanks again. -- php5 5.1.2-1ubuntu3.10 breaks session handling https://bugs.launchpad.net/bugs/175892 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
