Hi all!
I have a problem with WebSpeed's security. I'm having a hard time using WS's get-session, it's actually crashed with other user - don't know why
. so I'm trying another way. I'm using a UID (unique ID) that generated each time a user are logged-in. But the problem is I have to use a hidden field to pass this UID on every single page. The user can only logged-in in once at a time, but must allow one computer to be use by more than one user. This UID works just fine as my need. But what I'd like to ask here is there any other BETTER way with this security thing.
Also I want to know is there any way we can get client's IP address? I want to know from where they are logged-in. I have tried using JavaScript getLocalHost().getHostAddresses() but when I put it in my server, it displays "127.0.0.1" like workin in a local comp, and that's absolutely not my IP address. Can WS handle this?
Thanks in advanced.
Chan
I have a problem with WebSpeed's security. I'm having a hard time using WS's get-session, it's actually crashed with other user - don't know why

Also I want to know is there any way we can get client's IP address? I want to know from where they are logged-in. I have tried using JavaScript getLocalHost().getHostAddresses() but when I put it in my server, it displays "127.0.0.1" like workin in a local comp, and that's absolutely not my IP address. Can WS handle this?
Thanks in advanced.
Chan