D
Danny Ni
Hi,
I have a page CourseEditor.aspx to allow users to modify course information.
I am having problem with page expiration. Here are the steps I take to
reproduce the problem:
(1) I open a browser to http://localhost/CourseEditor.aspx?cid=105, then I
modify the content of course 105 and save.
(2) I navigate to other page by changing the url to
http://localhost/CourseEditor.aspx?cid=99, without doing anything with
course 99, I go directly to (3)
(3) I change the url back to http://localhost/CourseEditor.aspx?cid=105, but
it shows the old content as step 1 before the update. If I refresh the
browser, the updated content I made in step 1 will show up.
How do I fix it?
TIA
I have a page CourseEditor.aspx to allow users to modify course information.
I am having problem with page expiration. Here are the steps I take to
reproduce the problem:
(1) I open a browser to http://localhost/CourseEditor.aspx?cid=105, then I
modify the content of course 105 and save.
(2) I navigate to other page by changing the url to
http://localhost/CourseEditor.aspx?cid=99, without doing anything with
course 99, I go directly to (3)
(3) I change the url back to http://localhost/CourseEditor.aspx?cid=105, but
it shows the old content as step 1 before the update. If I refresh the
browser, the updated content I made in step 1 will show up.
How do I fix it?
TIA