I am very new to both Nettalk and web applications. I have examined the webserver examples and I think (hope) I am ready to begin working on my webserver application. The application uses an MSSql database but I would like to collect some data when the user logs on and store it in in-memory files. I will need to know when the user logs out so that I can delete the associated records. I anticipate that there would be no more than 1mb (probably much less) stored in the in-memory files at any one moment, but I am wondering if just deleting the records associated with the session will prevent memory-leaks? Also, will my application be aware when there is a session time-out? Is this an appropriate use of in-memory files? I use in-memory files very often in my windows apps with great success, but I am somewhat concerned about this approach to a webserver app.
Thanks,
Jill