Storing form data on client?



I have developed an application, for psyc patients.... they type in
very personal information in a web form to help them work through
problems in their lives. Once they enter the info, I encrypt the data
and store it in a MySQL database. Users can then print, edit, delete
or share the information they entered with their therapist. I'm not
happy storing this in the database for two reasons: (1) my host places
restrictions on my database size and number of queries. (2) the
information is very personal and sensitive, and I'd hate to find out
the database has been compromised or damaged (even with the
encryption). Also, currently I don't have any search capabilities, but
as patients fill out large numbers of forms, they may have a need to
search.

Is there a way for me to store the form information on the visitor's
computer.... say a cookie or text file, rather than on the server side?
How would I go about doing this?

Thanks!

Mike

.



Relevant Pages

  • Re: Storing form data on client?
    ... very personal information in a web form to help them work through ... I encrypt the data ... and store it in a MySQL database. ... This has to be on real paper - a web form doesn't work. ...
    (comp.lang.php)
  • Re: Password Managers
    ... It will do what you want, it can encrypt the database, the password to get into the database can be cleared on certain events. ... Although not well explained, there are 3 options that need to be concurrently enabled to get the product to automatically fill in the web form, like a login page; otherwise, it shows a drop-down list of passcards for that site. ... Supposedly the KeePass Toolbar plug-in is supposed to provide web form to KeePass database integration but I could not get it to connect to the KeePass database although KeePass was running as required and the database was not locked out as required. ...
    (microsoft.public.windowsxp.general)
  • [IndexOutOfRangeException: There is no row at position 12236.]
    ... I have a aspx web form for user's to enter data and save to a sql database. ... Please review the stack trace for more information ... sourceControl, String eventArgument) ...
    (microsoft.public.vstudio.general)
  • System.IndexOutOfRangeException: There is no row at position 12236.
    ... I have a aspx web form for user's to enter data and save to a sql database. ... Please review the stack trace for more information ... sourceControl, String eventArgument) ...
    (microsoft.public.vstudio.development)
  • Re: SQL2000/ASP.Net performance question
    ... > I'm building an ASP.Net app that will process a web form containing a few ... the results going into a SQL database. ... This would require modifying the data layer ... letters of the control name were the field name it would be stored in the ...
    (microsoft.public.sqlserver.programming)