Reach Session in a UserControl loaded in a WebPart - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T10:48:06Z http://stackoverflow.com/feeds/question/296463 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/296463/reach-session-in-a-usercontrol-loaded-in-a-webpart 0 Reach Session in a UserControl loaded in a WebPart Romias 2008-11-17T18:43:40Z 2009-01-20T19:10:12Z <p>I have a WebPart in MOSS 2007 that sets a variable in Session. Later, when loading a Webpart that loads a UserControl, the Session is NULL (not just the variable)</p> <p>The Webpart that loads the UserControl have access to Session properly.</p> <p>The Webpart "lives" within a ClassLibrary DLL, the UserControl are part of a WebApplication.</p> <p>It seems that the UserControl and MOSS &amp; Webparts are not sharing the same Session.</p> <p>It doesn't make sense for me... for you?</p> http://stackoverflow.com/questions/296463/reach-session-in-a-usercontrol-loaded-in-a-webpart/462649#462649 0 Answer by Romias for Reach Session in a UserControl loaded in a WebPart Romias 2009-01-20T19:10:12Z 2009-01-20T19:10:12Z <p>Any comments about this?</p>