I have an asp.net app that has many frames and is quite intensive.
One of the iframes refreshes every 30 seconds to update user's data, now this page should also keep the users session active.
I have also tried using cookieless sessions, so the session is munged in the URL, but sometimes the session variables are still lost. i.e sometimes the iframe refreshes itself and it no longer contains any data for the session varialble.
There are no records in the event log of the aspnet_wp stopping unexpectedly, so how can this happen?




Reply With Quote