Hi,
apache, php 4.2.0, w2k
problem:
index.php:
<body .... onUnload="window.location.href='killsession.php';">

killsession.php:
session_start();
session_unset();
session_destroy();

When I open index.php in one browser everything works fine - session from
%session.save_path% just disappeared.
But when I open index.php in two or more browsers it just don't work !! All
session files still "sitting" in that directory !!
 
Can anybody help me plese ?
 
THX in advance
 
DAN

Reply via email to