In my razor mvc application, I am storing some values to the session variables. After that i am redirecting to the 3rd party payment site. Once i am done with the payment i am again coming back to my application. In this time, i am loosing all the session variables.
This issue is happening only in the production server. This is working fine in my development environment.
I have Spring 3 MVC session is lost after external redirect
But i didn't see any solution in this post.
I am using IIS 7.5 with dedicated application pool.
Please help me to fix this issue.
Thanks