Ending a Session
Does anyone know of a way to end a session (AKA force a user to logout) is the same user name is used to logon somewhere else? I have an application where if a username is used to login twice to the same application AKA the user has two open sessions the previously open session needs to be deleted.
When a user logs on it records there sessionid and user id to a table in the database, so I have the session id of the session i want to kill.
Thank you in advance for any help. Let me know if that still sounds to confusing.
