R
RA
Hi
I use ASP.net with c#. The web application is hosted by a web host provider.
The application gets user information for order processing. The information
should be moved from one aspx page to the other until the user choose to
submit the order. The order process has about 4 aspx pages. What will be the
best way to keep the user data between the pages considering the following:
1) User might not have cookies enabled
2) I have no control on the IIS (managed by the web host provider)
3) I can use the sql server provided by the web host
4) Since it is user data it might have sensitive data
Thanks
I use ASP.net with c#. The web application is hosted by a web host provider.
The application gets user information for order processing. The information
should be moved from one aspx page to the other until the user choose to
submit the order. The order process has about 4 aspx pages. What will be the
best way to keep the user data between the pages considering the following:
1) User might not have cookies enabled
2) I have no control on the IIS (managed by the web host provider)
3) I can use the sql server provided by the web host
4) Since it is user data it might have sensitive data
Thanks