Hi,
I am using JavaScript and I am fetching the URL parameters in some variable but I don't want the session id to be captured in the variable like in URL below.
https://abc.com/xyz.jsp?session _id=1173187
Can somebody please help me out in this?
Thanks!
I am using JavaScript and I am fetching the URL parameters in some variable but I don't want the session id to be captured in the variable like in URL below.
https://abc.com/xyz.jsp?session _id=1173187
Can somebody please help me out in this?
Thanks!
Comment