For Finding the current session URL
use
var url = SC.SESSION.touchpoints.home
To pass a parameter (abc) to end of URL
use
window.location.href = Utils.addParamsToUrl(‘abc’)
For Finding the current session URL
use
var url = SC.SESSION.touchpoints.home
To pass a parameter (abc) to end of URL
use
window.location.href = Utils.addParamsToUrl(‘abc’)