Navigating away from Tender back to site
At help.triand.com, when the "Go to Triand" link is clicked, it doesn't bring the user back to the page they were on when last on our site, when they navigated to the Help area. Is it a setting on our end that we need to do in order for this to be possible? Thanks!
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by rick on 17 Jun, 2009 07:01 PM
We don't actually support that, because Tender cannot read your application's cookies. This is a browser security issue, so there's not a lot we can do. This is a really good idea though, and I think we can support it if you share your site's authentication with MultiPass or the login cookies. Start adding a
return
value and I'll start supporting that soon.If you use the login cookies, set a
tender_return
cookie with a URL like 'http://myapp.com/wherever/the/user/was/last'. If you use multipass, just include areturn
key with the URL value.