Page 1 of 1

Adding Session Variable for Customer duing login

Posted: Sun Feb 15, 2015 2:13 pm
by sumit784
Hi,

I have this requirement, where I have implemented creating serveral wishlist for a user. This flow is working fine and now user can create several wishlist and can add items to it.

Now, What I want to do it, I want to put this list of "wishlist" in "Session" to be available throughout the pages for that user. I already have the logic to get the wishlist's and displaying them on account page. But, how can I put this list in session during the user login itself.

How and where do I do it ?

- Sumit