• Hi guyz,

    I have some issue with the wordpress Sessions.. I used the standard PHP $_SESSION[‘cart’][] = “New Item” to add an item to a session array. this works fine with plain php file but when i use the same file and code within the wordpress plugin its no longer working..

    the output always shows 1 item even though i already added more items in the cart using this.. i also used the php array_push to insert an item but still no luck..

    can somebody tell me how to solved this, i will be glad if there are people who can help me with this… peace and thanks in advance..

  • The topic ‘Adding index in SESSION Array not working with WordPress Plugin.’ is closed to new replies.