G
Guest
I have an asp app that uses session variables. The downside is if the
connection to the server is broken at any point during a user's session, the
user cannot get his/her data to the server.
I know that the user's form or data entry sessions should be shorter and the
user should be sending / saving data to the server often so that there is
less likelihood of losing a lot of data but do you have other suggestions?
For example parsing usernames and passwords in every send to the server - is
this likely to impact performance? Also, If the server or connection is still
down will the user know to just wait for the server to come up or the
connection to be established to try and resend when the first error appears.
Any suggestions of what a better solution might be?
Thanks in advance.
connection to the server is broken at any point during a user's session, the
user cannot get his/her data to the server.
I know that the user's form or data entry sessions should be shorter and the
user should be sending / saving data to the server often so that there is
less likelihood of losing a lot of data but do you have other suggestions?
For example parsing usernames and passwords in every send to the server - is
this likely to impact performance? Also, If the server or connection is still
down will the user know to just wait for the server to come up or the
connection to be established to try and resend when the first error appears.
Any suggestions of what a better solution might be?
Thanks in advance.