User990337296 posted
I guess i need to resend the authentication info when redirecting to the page, from where do I get the authentication info if the device does not support cookies? The microsoft article says in case of no cookie support the authentication info gets appended
to the URL as a querystring variable. Which variable is this? Would passing this variable back and forth when redirecting help in my case? or shud i access the authentication info and save it in a seperate session variable?