[Klone-users] (no subject)
Radek
radek.hnilica at gmail.com
Fri Dec 21 13:21:50 EST 2007
Thanks, I did not program in C for couple of years. I correct my
code in this way:
if (user_kl1.logout) {
if (strcmp(user_kl1.logout, "1") == 0) {
session_del(session, "username");
session_save(session);
user_kl1.username = NULL;
}
}
I do not know why, but the username is still in session. I try to
session_save after session_del, but nothing helps.
$ cat /tmp/klone_sess_882326a5f03f595bf2878991a23535ac_16777343
username=radek
I also try to replace session_save with session_clean. But no success ro.
-- Radek
More information about the klone-users
mailing list