Forum Moderators: coopster
ini_set('session.use_only_cookies', 1);
session_start();
I'm assuming that I would stop getting session ID's on my URLs but I'm still getting them even though my IE settings are "Prompt for first party cookies", "Prompt for third party cookies", and "Always allow session cookies". What am I doing wrong? Do I have to create a cookie first?