Click here to Skip to main content
16,016,623 members

Comments by pmcmillon (Top 1 by date)

pmcmillon 29-Aug-11 15:44pm View    
Let me be more clear. I can click on a link button in the grid and the session variable is there and I get the appropriate result. I close the second browser window I just opened and click the same link and the session variable returns null. in is not a recyucle issue.

Here a one web.config setting I have used to try and eliminate this problem:

<pre lang="xml"><system.web>
<pages renderAllHiddenFieldsAtTopOfForm="true"></pages></pre>