Sessions
I've been developing something on my home server, and noticed something weird...
Does using the Header() redirect end Session variables or something? Cause mine aren't being carried over from my login script to the main page (after login).
EDIT[3:00 PM]
I made two simple pages just to try and get the variables to cross over, I even echo session_id() to each page to see if its the same id, which it is. The $_session array is not being saved from page to page.
What could I be doing wrong. Im using IIS server on a Win platform. I've even checked the ini file, but no clue.
EDIT[4:57 PM]
F-n cookies... F-n me up... ... Great. Now setcookies() isn't setting my cookies... even though my
Does using the Header() redirect end Session variables or something? Cause mine aren't being carried over from my login script to the main page (after login).
EDIT[3:00 PM]
I made two simple pages just to try and get the variables to cross over, I even echo session_id() to each page to see if its the same id, which it is. The $_session array is not being saved from page to page.
What could I be doing wrong. Im using IIS server on a Win platform. I've even checked the ini file, but no clue.
EDIT[4:57 PM]
F-n cookies... F-n me up... ... Great. Now setcookies() isn't setting my cookies... even though my
if(!setcookie()) code peice isn't returning false. I have a test portion of the script writing a Cookie via Javascript, and thats working, so its not my browser.... Annoyed... 