From: Michael G. <ga...@ma...> - 2006-07-28 17:47:24
|
I would like to see some tools that would make it easier to cache session data on the server instead of storing it on the page. We've done that to some extent with the PGproblem editor, but that's really the only place so far. If we can store session information easily either on the server or on the page we can make the appropriate choice for each piece of data. (As Sam has pointed out elsewhere there are time when the data should really be associated with the page and not the session.) -- Mike On Jul 28, 2006, at 1:29 PM, John Jones wrote: > Option 2 would probably be the fastest for the user, but storing that > kind of session information is kind of atypical of webwork. |