Getting rid of the PHPSESSID in the URL??
Posted: Wed May 07, 2003 6:40 pm
Hello,
Anyway I can get rid of the PHPSESSID in the URL? It only occurs on the second or first page, then is gone.
Doing some research, I tried adding ini_set("session.use_trans_sid", 0);
at the top of the page before session_start (); , but still get it in the URL.
Thanks in advance ..
Tim
Anyway I can get rid of the PHPSESSID in the URL? It only occurs on the second or first page, then is gone.
Doing some research, I tried adding ini_set("session.use_trans_sid", 0);
at the top of the page before session_start (); , but still get it in the URL.
Thanks in advance ..
Tim