> 1. Use Javascript on the client-side that prompts the user to renew > the session after (session timeout - 1) minutes. When they click OK, > send an Ajax request that does nothing, that will extend the session.
This sounds like the best way to go. The blur idea would work too, but thinking of use cases I suspect most users would hit the timeout while typing a longer proposal into a textarea. Sending a session update request on every keystroke probably wouldn't be wise :) Thanks, Brad _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
