RE: Re: My own "captcha" from 2 years ago......

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, March 24, 2007 11:00 pm, Jake McHenry wrote:
> Index.php
> <?php
> session_start();
> header("Refresh: 1");

I dunno what the heck the "Refresh" header is, but it would not shock
me in the least that your sessions are getting "lost" because your
browser does the refresh before it processes the cookie that maintains
session state.

A few zillion PHP CAPTCHA implementations use $_SESSION, so it's got
to be you messing up somewhere. :-)

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux