nirvanix+GAE

Last post 05-02-2009 8:13 PM by Stqs. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 04-30-2009 5:13 PM

    • Stqs
    • Top 150 Contributor
    • Joined on 04-30-2009
    • Posts 3

    nirvanix+GAE

    Hi,

    I'm absolutelly confused with app runned on GAE. 

    On localhost it works awesome, but on GAE I'm getting "Session not found" error sometimes.

    And it is strange because  sometimes it works and sometimes I can see this error.

    I found Barry's http://nirvanixdev.appspot.com/  and it seems Barry has the same problem.

    Barry, what is the reason for that? How can I try to fix that? any ideas?

     

  • 04-30-2009 5:47 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 777

    Re: nirvanix+GAE

    I will have to investigate. I'm guessing they are doing the submission from the socket across multiple IP's from whatever processing machine is available. This is very problematic when trying to use our session tokens since they are based on IP address. Thanks for the note, Barry R.
    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 04-30-2009 8:34 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 777

    Re: nirvanix+GAE

     They are indeed using multiple machines to do the requests causing the behavior you noted.  We have the ability to no apply IP restrictions to a session token.  Contact us and we can adjust your account.  Keep in mind if you disable IP association with Session token you should be sensitive to making sure you call the web services with https when possible and calling logout immediately after a session token is no longer being used.

    Regards,
           Barry R.

    (I need to do the same for my account to fix nirvanixdev.appspot.com)

    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 05-01-2009 8:16 AM In reply to

    • Stqs
    • Top 150 Contributor
    • Joined on 04-30-2009
    • Posts 3

    Re: nirvanix+GAE

     How to disable this ip-session association? just for test.

  • 05-01-2009 5:14 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 777

    Re: nirvanix+GAE

     You will need to contact our support, we do not have an API call to change this setting.  This is because it weakens security and we like to make sure anyone who changes this setting understands the change.

    Regards,
           Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@live.com
    Gmail: barryruffner@gmail.com
  • 05-02-2009 8:13 PM In reply to

    • Stqs
    • Top 150 Contributor
    • Joined on 04-30-2009
    • Posts 3

    Re: nirvanix+GAE

    Thanks, Barry.

Page 1 of 1 (6 items)