Question
unique session reference ?
So I'm using session management and I need a unique session identifier to use as a key field in a table
Is session.sessionID ok for this ?
table 'webCart'
sessionID, itemID, qty
I'm happy once the session times out, the cart row(s) won't be available