Is that even possible?
As an example, the Main Menu page in this site is:
https://my.domain.com/WEPROD/WebProcess?TOKENIDX=5647385647&type=M&constituency=WBST&pid=MAIN-WBST
and a page:
https://my.domain.com/WEPROD/WebProcess?TOKENIDX=5647385647&SS=1&APP=ST&CONSTITUENCY=WBST
5647385647&SS is my token. It won't work for other users. So the link would need to somehow capture the token id portion dynamically from the current session or else users would be asked to log in again
btw- I can't just omit the token or I would mess things up later