PHP Sessions and session_name()
Posted: Mon Feb 13, 2006 12:25 pm
Hi,
I don't know how to get around this, I've tried several methods.
When you create a session with a name, it will create a cookie with that name.
This cookie doesn't go away... so everything I do sesion_start it creates a new cookie with that name, eventually overloading the browser with this cookie to the point that sessions get messed up and my users have to clear their cookies.
Any one have any experience with this?
I don't know how to get around this, I've tried several methods.
When you create a session with a name, it will create a cookie with that name.
This cookie doesn't go away... so everything I do sesion_start it creates a new cookie with that name, eventually overloading the browser with this cookie to the point that sessions get messed up and my users have to clear their cookies.
Any one have any experience with this?