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