codeigniter 1.7 session problem
hi,
I am using codeigniter 1.7.2 and having problem with the cart() function.
When i add something to cart, the item is added but i donot get a confirmation message.
i have set $config['sess_encrypt_cookie'] to true and have my 32bit encryption key in place.
When i set the $config['sess_encrypt_cookie'] to false, everything works correctly.
So please guide me to finding out the error.
Last edited by parth115; March 11th, 2010 at 08:09 AM..
|