How do I pass my object between 2 requests? Where server is stateless, hence session cannot be used. Request object access is not there in controller class.Left with caching or using cookies, but is that a good way? since cookies do not allow objects and i will have to copy strings individually, which can make cookies huge.
I haven't explored caching much although.
Any guidance please?
Framework : Spring 3