VeenLee / cool-php-captcha

Automatically exported from code.google.com/p/cool-php-captcha
GNU General Public License v3.0
0 stars 0 forks source link

session_start #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in SVN HEAD, will be availabe in next release.

Original comment by joserodr...@gmail.com on 26 Sep 2008 at 2:22