Can't seem to find the solution to the problem I'm having with my session.
$framework['session_name'] = "GenericSession";
session_name($framework['session_name']);
session_set_cookie_params(0);
session_start();
In $_SERVER
I find this:
[HTTP_COOKIE] => PHPSESSID=uc2h858qkktji15g3qojom2104;
GenericSession=4dde6ufeepq21kiro2r931vui7
Can anyone tell me why there is still a PHPSESSID
? How do I get rid of it?