Hi,
I need the web server to be used with one user from one IP at a time.
That is, User1 log in from one computer (IP 1),
If another user try to log in with the same user/pass of User1 from another machine (IP2)
I want to delete de User1 session and allow the User2 to log in.
My problem is how to delete and logued out automatically the User1, knowing its SessionID, from the LogIn Form procedure.
I´m trying with
p_web.SetSessionLoggedIn(0)
p_web.DeleteSession(PST:Session_Nr)
but it obiously does not work.
Thanks
Alberto