• Saurabh.rawane.ax708
  • NEWBIE
  • 25 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Hi,

 

I am trying to make a Site.login call with passing some parameters to returning page like this

 

Site.Login(username,password,'/createTest?avalue=XXXX&bvalue=YYYYY')

 

Looks like this redirect is not taking more than one parameter, so I am able to read avalue, but bvalue doesn't gets passed across at all.

 

Any help?