Hi

Is it possible to lose a session?
For instance if i go to coke.com and

$_SESSION['name'] =3D "x";=20

is set.

and then i go to pepsi.com and

$_SESSION['name'] =3D "notX";=20

is set.

if i then return to coke.com will $_SESSION['name'] =3D=3D notX;

How does this work?

Thanks

Gerard

Reply via email to