Hello - using session_start(); on each of my pages, when a user links from one page to the next, PHPSESSID=whatever shows up in the address bar. Is there a way to pass the id from one page to the next without it passing in the address bar? What causes that? I never passed it through "get" or anything. I just never want the customer to be able to see what their sesID is.
Thanks!