I haven't looked into the code specifically, but can tell you that when I change IP's mid session, (by connecting to a VPN) it has no impact on the session being used at the time. That is, the same session continues to be used in all interactions with the site.
I use redis to store my sessions but can't imagine that the session handling code would be different depending on where the session is stored. >From mobile, the easiest way to test would be connect via your provider's connection (and ip), establish a session to your site, then disconnect mobile data and connect to your site again with your local wi-fi connection (which is a different ip). Should give you the answer. Hope that helps, Jose -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/4287e578-1f01-42a4-bb76-e73c44caf269o%40googlegroups.com.

