I want to create shopping cart without using session variable to avoid load on Server.
What is an alternative of session variable for shopping cart in asp.net MVC?
Then you need to do this using a cookie
.
Just to make it clear, your shopping cart unique id should be a System.Guid
not an int
thats a good question
i think you can try for storing shopping cart in cookie ..
it will increase performance and provide less load on server ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With