i want to store a list of objects in session
List<ContentQueueLog> inactiveContent = GetInActiveContent(this.userID, this.visitorID);
when i store this list in sesssion it is stored but while trhying to get it its null
i am storing sessions in sql someone hinted me about serialization but i cudnt get it need some explaination