Hi all,
When someone logs on to the server I store their user name in a session variable and I need to make sure that the same user does not log on twice from another computer. I realise that I could put a flag to check in the database but I would rather not do this incase the users computer crashes and the flag remains.
Does anyone know how I can access all the session variables that are currently present on the server?
Any ideas will be gratefully received!!
Thanks,
Carl
When someone logs on to the server I store their user name in a session variable and I need to make sure that the same user does not log on twice from another computer. I realise that I could put a flag to check in the database but I would rather not do this incase the users computer crashes and the flag remains.
Does anyone know how I can access all the session variables that are currently present on the server?
Any ideas will be gratefully received!!
Thanks,
Carl