Hi,
I am doing an e-commerce site, if a user places an order(may be very large order) then i am carrying that in a session up to insert that order into database.
Is it ok? What if a lot members will come and places the order may results performance degradation?
Let me know if any alternative methods are there instead of sessions.
--Pavan
Go to the complete details ...