This is something I can figure out myself, but I thought you all might
have a more elegant solution. Basically I'm emailing a link saying,
'changes were made to this project. to see them, please go to
http://www.myproject.com/cgi-bin/myproject.cgi?action=viewchange
<http://www.myproject.com/cgi-bin/myproject.cgi?action=viewchange&change
_id=2&other_param=whatever.'> &change_id=2&other_param=whatever.'
Now, after they click on the link, if they're logged out, they have to
log in again. What's the best way to preserve that original target with
all the parameters? Will I be using a redirect?
BTW, that's not a real link.
TIA