NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on December 06, 2012, 04:11:17 AM
-
I have a site that users have to login and when they logout a particular record as to be deleted, so i was using the session deleted to delete this record when they logout but in some suitation when they just close browser without logging out i need to delete the record and i have put a timeout on sessions and try and delete after timeout deletes session but that seems not to work . The only way is when they logout.
Please anybody on how i can solve this problem.
(Note: program is run on a the multi-host program as a dll - but when i run program on its own without going through the multi-host program (host.exe) it works fine!)
-
are you doing in the webhandler or webserver procedure?
-
Hi. Kevin
Am doing it in the webhandler