Reach Session in a UserControl loaded in a WebPart - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T10:48:06Zhttp://stackoverflow.com/feeds/question/296463http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/296463/reach-session-in-a-usercontrol-loaded-in-a-webpart0Reach Session in a UserControl loaded in a WebPartRomias2008-11-17T18:43:40Z2009-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 & 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#4626490Answer by Romias for Reach Session in a UserControl loaded in a WebPartRomias2009-01-20T19:10:12Z2009-01-20T19:10:12Z<p>Any comments about this?</p>