But when I look into it, I notice that only stuffs related to
SessionID are stored in the database. None of my session objects such
as Session.Contents["UserName"],
Session.Contents["MyCustomerDataTable"] can be found in the database.
So, is it the case that session objects are really stored in memory
just like InProc session state mode? Thank you.
In the SessionItemLong field?
So,
1. Each session will have only one row in the database?
2. Every time when a session object is created fresh or updated, the
SessionItemLong field is updated?
Thank you.