I am the admin of the the site.I want unset a particular session, i know its session id
The users just stating the session like this
session_id("usernumber");
session_start();
Let say user A has usernumber "123"
i want to destroy all the values of the user A , user A will not regenerate the sessio_id() after setting that as session_id("123");
How can i unset destroy only for user A.?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…