PHP Session vars...
PHP Session vars...
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- gabriel_pc0
actually I just figured it out. I was doing a redirect with the header("Location:....") command directly after setting the session variable and I think that was canceling the variable. If I leave out that redirect it works fine. Assume it has something to do with the php rewriting the header information. Thanks for the help!