Jason Barnett wrote:
Okay, back to business... Here's what I've got in the method that goes at the top of the pageNot an idiot... we all had to learn it once. And some of us a few times more than that!
You're welcome.
Jason
*function headers() {*
*header("Content-type: text/html; charset=utf-8");* *ini_set("session.name","b1naryses");* *ini_set("session.use_only_cookies","1");* *session_start();*
*}*
I know I have the ini_set(); syntax correct because it succesfully changes the session name from PHPSESSID to b1naryses, however when I go to validate it, the session ID is still being passed through the URL. I read a whole bunch of stuff on php.net about sessions and ini_set(), however I can't really find anything to solve this. Is it possible that some setting on my host's server is causing this?