|
How to track client logout time and orignal ipaddress (not gateway) in java
hi,
1) I want to capture the client logout time, when he closes the window in wrong way also i.e. "X" (window close).
I tried using javascript, "onunload", but some times working and sometimes not.
So, i want to try entirely in java only.
2) I want to capture the client original login system IP, not gateway IP, i am getting client ip if i use Sessions.
Using, java only i want to capture client Original Ip, where ever he login from.
very very urg...............
|