![]() |
|
|
+ Search |
![]()
|
May 11th, 2001 14:59
Rafael Angulo, Anurat Waewkoksoong, Ben Udall,
>Sessions didn't work when using header()
You have to pass the session variable by hand when you are using:
Header(location:"www.your_url.com"); so the next page can catch the
session id.
To do this add this line to the URL.
Header ("location:www.your_url.com?".SID);
SID contains the session id needed for keep the session away.