This is more of a general PHP question.
What is the difference between the $_SESSION array and client side cookies?
I know that client side cookies can be updated and accessed within javascript on the client side and that the $_SESSION array can be accessed within modules. My question is can the $_SESSION array also be updated and accessed within javascript on the client side.
John
--
John J. Mitchell