What steps will reproduce the problem?
1. session start function is misplaced.
you will receive a error
What is the expected output? What do you see instead?
Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at example-form.php on
line 21
Invalid captcha
What version of the product are you using? On what operating system?
cool-php-captcha-0.2
Please provide any additional information below.
session start needs to be moved to line 1
example
<?php session_start(); ?>
I have attached a updated copy of example-form.php with the fix.
Original issue reported on code.google.com by staff.ra...@gmail.com on 22 Sep 2008 at 1:16
Original issue reported on code.google.com by
staff.ra...@gmail.com
on 22 Sep 2008 at 1:16Attachments: