I am making a cart on a website using PHP using sessions.
My question is, is it possible to reset a UID?
I destroyed the session. Using session_destroy();
However, when I start a new session the UID remains the same when I want a different UID to appear.
Please can anyone help?