Session_OnEnd v. SQL
Hello everyone.
I have a problem ona connection to a database in SQL at the event session_onend.
On a Intranet, at the default page, the users data are recorded on a table LOGS in SQL server. It's recorded the session.sessionID and the username. Then, at the session_onend event, i put something like this: DELETE FROM LOGS WHERE field=session.sessionID. The problem is that nothing is do.
It's a problem with permissions? the database is at another server.
Thank you all.
|