Jerry Kassebaum wrote:

> Friends,
> 
> My website, biblescramble.com, has two anchors to use to enter the actural 
> game. When I diagnosed a problem with cookies I made them different. The 
> first one, ("Click _HERE_") points to http://biblescramble.com/ezo7.cgi. The 
> second one, ("to play _BIBLE SCRAMBLE HANGMAN_") points to 
> http://www.biblescramble.com/ezo7.cgi, with the extra "www."
> 
> (Make sure there is no biblescramble.com cookie on your system.) When the 
> first one is clicked the first time it sets a cookie and then results in a 
> screen that says only, "Location: 
> http://biblescramble.com/biblescramble7.html Content-Type: text/html; 
> charset=ISO-8859-1". If you hit the browser refresh button or go back to the 
> first screen and click the first button again it will go to the game.
> 
> (Erase the biblescramble.com cookie.) The second button goes directly to the 
> game, but won't set a cookie, even if clicked again.
> 
> Also, on my Windows ME machine I have to erase the cookie more than once to 
> get it actually erased, using "Tools-Options" on the Firefox toolbar.
> 
> Any help would be appreciated. If you need to see the CGI code, written in 
> Perl, let me know.

You're returning :

Location: http://biblescramble.com/biblescramble7.html
Content-Type: text/html; charset=ISO-8859-1

Try replacing your current code with just:

print "Location: http://biblescramble.com/biblescramble7.html\n\n";;
exit;
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to