We are developing shopping cart application. Our application we are merging the cart items with login user when user logged in. So can you please help me how to use Session inside the model
We are developing shopping cart application. Our application we are merging the cart items with login user when user logged in. So can you please help me how to use Session inside the model
One workaround is using Network Session object
I don't know whether it's optimal solution or not. Other way of doing is discussed here Session accessibility in model and behavior