Trying to grok Express here. I'm using the express-session module and I've had no trouble when I'm using session variables that are objects or strings. However, I just can't seem to get arrays to work. I'm using the shopping cart technique as a lab rat. Here's the code that's causing me problems: Trying to grok Express here. I'm using the expr