New hot stuff to solve on my hands:
How can I catch a window closing on server side code?
I'll explain better. My app alows login/logout facility. I'm already saving the login info (user, date, time, ip). Now I need a full record of logout too. I have a logout link, but most people just close the window.
I think I've done it with client script (just need to search for it), but I can't figer out a way of catch it on the server (so I can save logout info - user, date, time).
Any ideas?
NetAngel
How can I catch a window closing on server side code?
I'll explain better. My app alows login/logout facility. I'm already saving the login info (user, date, time, ip). Now I need a full record of logout too. I have a logout link, but most people just close the window.
I think I've done it with client script (just need to search for it), but I can't figer out a way of catch it on the server (so I can save logout info - user, date, time).
Any ideas?
NetAngel