G
Guest
hey,
i'm trying to figure out how i would load items to the session after the
reponse has been sent out.
(1) so user goes to /default.aspx
(2) server does it's thing and sends response back
(3a) /default.aspx loads ( yay! )
(3b) while the client is loading the page.. we continue to add items to the
session
(4) user clicks button on /default.aspx
(5) we check if ready, if ready go to 6, otherwise, wait til everything is
loaded on server side..
(6) respond to the button click...
been trying to look for a way to do this.. so that user doesn't have to
wait while the server does stuff.. assume that users don't bail and it's
worth it to load and all that.. oh and that there is a great reason to have
a bloated session..
thanks all!!
i'm trying to figure out how i would load items to the session after the
reponse has been sent out.
(1) so user goes to /default.aspx
(2) server does it's thing and sends response back
(3a) /default.aspx loads ( yay! )
(3b) while the client is loading the page.. we continue to add items to the
session
(4) user clicks button on /default.aspx
(5) we check if ready, if ready go to 6, otherwise, wait til everything is
loaded on server side..
(6) respond to the button click...
been trying to look for a way to do this.. so that user doesn't have to
wait while the server does stuff.. assume that users don't bail and it's
worth it to load and all that.. oh and that there is a great reason to have
a bloated session..
thanks all!!