As soon as the session expires, the ACEGI security fitlers will redirect any request to the login page. This is most likely why your Ajax request is failing. We worked around this by implementing a popup that informs the user about session expiry and redirects the user to the login page.
Mike On 8/23/07, Imran Amajd <[EMAIL PROTECTED]> wrote: > > > Hello All! > > I m using dojo framework on one page, Ajax request-response cycle works > fine > with Action class... > > I m using IE 6 & 7 both. when page is idle for some time, the contents do > not update rather it throws an error while session time is not expired. > there is even no Exception on the server. > > Thanks. > > -Imran Amjad > -- > View this message in context: > http://www.nabble.com/Contents-could-not-be-updated%21-Ajax-problem-tf4317698s2369.html#a12294122 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
