Re: [PHP] Session_unset - session_destroy issue

2013-08-15 Thread Stuart Dallas
On 15 Aug 2013, at 19:16, dealTek wrote: > Hi all, > > I am having trouble with session_destroy - session_unset and $_SESSION = > array()... I am trying to STOP and destroy all session vars.. > > > with the simple code test below I would think it would echo test 1 BUT FAIL > on test2 >

[PHP] Session_unset - session_destroy issue

2013-08-15 Thread dealTek
Hi all, I am having trouble with session_destroy - session_unset and $_SESSION = array()... I am trying to STOP and destroy all session vars.. with the simple code test below I would think it would echo test 1 BUT FAIL on test2 - however it shows both for me... how do I UNSET - DESTROY S