Hi
Below statement will clear all user sessions or of particular user . In WebForm.aspx i have written
Session.Clear(); Session.Abandon();
Thank
It will only clear the current user's session.