I am registering variables to use in a session.
On one page I have to use a header forward (header ("location: http://www.blahhblahh.com/blah.php")to send it to a page to display
the variables after the page that does the forwarding does some work on it.
My problem is
when I forward to the other page the session variables are lost sometimes. I am assuming this is because the forwarding is like re-entering the site.
Is there a way around this? Anyway to automatically load the next page without losing the session?
I have tried a relative forward and this works but I read that it may not in all clients.
Mike


LinkBack URL
About LinkBacks
to send it to a page to display



Reply With Quote
Bookmarks