How retrieve session time stamp?

Sessions stored to db have an updated_at field. I need to get that data.

session.updated_at doesn’t work. I can’t find any docs on this.

what’s the syntax for doing this? thx.

– gw

Sessions stored to db have an updated_at field. I need to get that data.

session.updated_at doesn’t work. I can’t find any docs on this.

what’s the syntax for doing this? thx.

– gw