Hi,
i am generating a session on
one page (cookies enabled).
On another page i am doing the
following:
session_start()
echo "id ".session_id()
session_unset();
session_destroy();
should't pressing the reloadbtn.
result in an new sessionid ?
anyway it does not ... i am not
able to get rid of it...
(caching is NOT the problem)
any ideas ?
bye,
Niko