I want to totally trash a variable.
I used session_destroy() but it just left the array empty with the starting point being session_var Array=>( [0]=>.
I don't even want that as output. Can someone help??
Yep, I thought the manual had an example
I guess I should ask, is session_var the $_SESSION array in this case? And if so, why would you need to unset it?