pisceswzh
Well-known member
- Joined
- Mar 19, 2007
- Messages
- 96
- Programming Experience
- 1-3
Dear all,
I am trying to do the following, but I don't know what is the best and secure approach. Please advice.
I am providing some information as a service. These information is highly valuable and users need to subscribe it for a monthly fee.
My ideal approach is to open up a website and users needs to log in before they can get anything.
After they successfully log in, a program would run and write specific strings into a txt file on the hard drive. As long as the browser is open, the process of writting continues. (This is more like what a form-based application does.)
This is the full requirement. Anyone can provide me information about what kind of technoloy I should use?
I appreciate any infomation that YOU provide. Thank you.
Tom
Btw, this application generally runs on a certain pc for a certain user, meaning a user cannot log in at two pc at the same time. Therefore maybe I should consider issuing a certificate or something. Just an idea.
I am trying to do the following, but I don't know what is the best and secure approach. Please advice.
I am providing some information as a service. These information is highly valuable and users need to subscribe it for a monthly fee.
My ideal approach is to open up a website and users needs to log in before they can get anything.
After they successfully log in, a program would run and write specific strings into a txt file on the hard drive. As long as the browser is open, the process of writting continues. (This is more like what a form-based application does.)
This is the full requirement. Anyone can provide me information about what kind of technoloy I should use?
I appreciate any infomation that YOU provide. Thank you.
Tom
Btw, this application generally runs on a certain pc for a certain user, meaning a user cannot log in at two pc at the same time. Therefore maybe I should consider issuing a certificate or something. Just an idea.
Last edited: