Try our conversational search powered by Generative AI!

How to store user input between pages

Vote:
 

Where should I store user input between pages? My first thought is to use the Session, but it seems to me when trying it does not work the same way as in pure ASP.NET. The user input is being sent by email after a credit card transaction is done on a partner site, and the user is sent back to my EPiServer page.

#56726
Feb 06, 2012 10:23
Vote:
 

EPiServer Session State is ASP.NET Session State. I would store this information in a database or similar and use an id to look it up after the credit card transaction and send the email async.

Frederik

#56727
Feb 06, 2012 10:35
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.