Isn\\'t there a better way? I mean, I\\'ve just logged this user in and got some information about him - maybe just an ID or something - that I want to take along.
header() drops all post info. I could of course use URL encoded goobedigook but it looks ugly. I found that session handling makes it possible to pass along variables but it\\'s adds a lot of overhead - besides the whole thing with header() is it\\'s a clumsy construct.
Another problem is that if you - on the new page - call history.back() it won\\'t return to the initial page... somehow it\\'s blocked by the header() function...