SercoSteve
Programmer
I am in the process of developing a basic Web Server, in ObjectPAL using OCX, to provide access to some Paradox data.
I have developed login and logout routines which work fine. The problem is I have no way of detecting individual users closing there browser before logging off.
Is there a way I can force them to logout before closing the browser, or alternatively to check for usesage and logout automatically?
Any other suggestions on this topic would be greatly appreciated.
As a second point is there a way I can limit individual users access rights to tables? I have tried assigning passwords to my tables and then using session.addPassword for individual users, to provide access, but this doesn't seem to do the job. It provides the access rights of the first user to log on for all subsequent users.
Again any suggestions on this topic would be greatly appreciated.
Regards
Steve
I have developed login and logout routines which work fine. The problem is I have no way of detecting individual users closing there browser before logging off.
Is there a way I can force them to logout before closing the browser, or alternatively to check for usesage and logout automatically?
Any other suggestions on this topic would be greatly appreciated.
As a second point is there a way I can limit individual users access rights to tables? I have tried assigning passwords to my tables and then using session.addPassword for individual users, to provide access, but this doesn't seem to do the job. It provides the access rights of the first user to log on for all subsequent users.
Again any suggestions on this topic would be greatly appreciated.
Regards
Steve