G'day everyone,
I'm just wondering about what's actually the best option out of these PHP sessions(server-side) and JavaScript sessions(client-side)?
If the server-side session is not stored on client's machine, where else would it be stored? Are there any pros and cons of each option?
Thanks folks.