I have a page on my site that appears to cause a loss of user authentication when I use the controls. I'm not sure the problem is related the specific control (RagGrid), and it seems to get a little better if I turn off the AJAX manager, but in general I can't seem to solve the problem.
When I perform functions like inserting or editing data using the grid, the attempted functions appears not to work. Anything that I try to do afterwards (causeing a postback) will respond as if I am not logged in, whcih is in fact the case.
My httpRuntime timeout in config.sys is set pretty high (1200 seconds), but that doesn't matter as the problem occurs within a few seconds. This only happens on the production server (naturally) and doesn't happen in my debugging environment.
Any ideas what might cause this, or where I can look for a solution?
TIA
When I perform functions like inserting or editing data using the grid, the attempted functions appears not to work. Anything that I try to do afterwards (causeing a postback) will respond as if I am not logged in, whcih is in fact the case.
My httpRuntime timeout in config.sys is set pretty high (1200 seconds), but that doesn't matter as the problem occurs within a few seconds. This only happens on the production server (naturally) and doesn't happen in my debugging environment.
Any ideas what might cause this, or where I can look for a solution?
TIA