If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am using ASP , is there anyways I can find out how long a user has been on the webiste.
Lets says when he logs in I can get the time .... but when he closes the window can we take the date/time & put that in the DB against his name
Not with just ASP. You'll probably have to include javascript to report back to your database. Once your page leaves the server, it is completely unaware of any changes until a postback occurs. If the user simply closes the browser, that never happens.
__________________
oh yeah... documentation... I have heard of that.