How to implement Session Fixation in Asp.net
Hi,we have tried with below methods and it is not working can you share me any one can have
different approach for Session Fixation
Session.Clear();
Session.Abandon();
Session.RemoveAll();
Advanced Thanks,