can we manage shopping cart without using session
I don't want to use session to manage shopping cart.beca'z of certain reasons
1.session store on server side and use server resources.
2 in case if server crashed it will remove session.
so plz tell me any other method to manage my shopping cart if possible
or can we use session out of process in asp application
|