Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Prob with post-login redirect to review.cgi

Quote Reply
Prob with post-login redirect to review.cgi
If one clicks on a link to add a review and is not logged in, he is redirected to a login page. After logging in, he is again redirected to the page where the review can be entered. During the last redirect, the ID parameter is dropped. Using vBulletin Integration Plugin.

For example:

valid URL to review a link is: /cgi-bin/review.cgi?ID=123&add_review=1

The resultant URL after loggin in ends up as: /cgi-bin/review.cgi?add_review=1

which of course won't work since the link to review is no longer specified.