Hello...
I've figured out how to use session_name(), to name a session.. but how can I actually rename the session file itself?
for example.. my current session file in the /Sessions folder looks something like this:
sess_af294ca5c13f3912cbf92fd2cc3ac8b3
I want it to look like this:
WEBSITE_af294ca5c13f3912cbf92fd2cc3ac8b3
How can this be done?