I believe that my problem is in using the master.page.... I use a response.write to debug whether the session is filled... Thoughout the application the response.write has the select session information.. however if i put the sesssin var in a field within the header then it seems to refresh itself to a null value..
OK, the session information in he web.config file is fine. As for the Master Pages, that isn't the problem. There is no difference between setting session variables in a Master Page or a standarad Page. I suggest you put a breakpoint on the session end event and work through your application to see if you can spot why it is being hit.
You should check to see if the session is empty. Your Menu page passes the ID which is requested to setup your sessions variable. Your addnew.aspx page propably does not pass ID so that would set your session to null.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.