Session discarding
Hi All,
For a simple login page having username and password Textboxes and a submit button, if a user has logged in and someother person tries to log in again with same credentials then I have to discard that session from connecting again and display some message like "Someone with this userName has already logged in".
Kindly help me how to achieve this?
Regards,