Hello, what is the current recommended way of developing a persistent shopping-cart-style functionality in a catalyst app?
We would like to be able to support the following: i) store session data in the server for logged in users ii) keep session data across sessions, and across browsers (e.g. computer at home, resume session using computer at work) iii) allow users to start working anonymously, then merge session data (shopping cart) smartly upon logging in Thanks for any pointer. Cheers, -- fernan
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/