Brandt wrote:
The mod I've made is that I've not used the HTTP_REFERER variable (as that points to the page containing the link to the topic and not the forum topic itself, due the the redirect) but added Session("FeedBackURL") = "forum_posts.asp?TID=" & lngTopicID just before the redirect to insufficient_permission.asp in file forum_posts.asp |
I am not clear on your code is supposed to go. Which file should this go into and where in the file would I place it?:
Session("FeedBackURL") = "forum_posts.asp?TID=" & lngTopicID
So, does doing this bring you back to the forum the topic is in instead of the topic itelf?
What I am trying to do is redirect the user back to the page they were on prior to being presented with a login screen.