Dave.
Senior Member
USA
1037 Posts |
Posted - 18 January 2004 : 01:40:23
|
I haven't looked at the code but as I understand it, when you post a new topic or edit your user profile the referrer is stored in a session variable.
So say you post a new topic and you are directed to post_info.asp, then you click the Edit Profile link at the top of the page (Still on post_info.asp).
After you see the "Profile updated" screen you'll be redirected to the referrer set when you clicked on the profile link (the referrer is post_info.asp) so you are directed to a page that just has inc_header and inc_footer.
Shouldn't a check be done and if there is no referrer or the referrer is post_info.asp, it should direct you to default.asp? |
|