Cookie Issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nejolley
Forum Newbie
Posts: 4
Joined: Tue Jun 06, 2006 5:21 pm

Cookie Issues

Post by nejolley »

I'm having some trouble with cookies well actually to be more specific I'm have problems with cookies and redirection. I can set a cookie just fine but once I add a redirection the cookie will not be set. I get redirected to my page okay, but since the cookie hasn't been set the page will not work correctly. I think it is something in my PHP setup but don't know what to check. Does anybody have any ideas?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Search the boards for session and redirect*. This has been discussed before (but I cannot remember the exact cause at the moment, so unfortunately you will have to search).
Post Reply