Hi,
Yes i already did that. the session works fine.. but the session array is not working.. every time i add new index or item in the session array variable the session variable only shows array(0=>”item 1″) it’s supposed to be adding a new item or index but instead it wont. i use the same script using plain php and it works perfect but when i use the same script within a php file inside the plugin directory, then it starts to no longer work any more. by the way i use this session variable to add cart items $_SESSION[‘cart’][] = “New Index”; //Works fine with plain PHP
can you help me solve this??