Can IP change during session?

后端 未结 3 1518
闹比i
闹比i 2021-01-02 00:25

Can IP change during session?

What about different engines (PHP, Django, Ruby, etc) ?

PS: I don\'t quite understand what is \'dynamic ip\' and how they are h

3条回答
  •  天命终不由人
    2021-01-02 00:40

    Just thought I'd add a comment to this though it is an old thread. An IP for a visitor to your website can change for instance when the visitor decides to switch from mobile data to wifi. Maybe he wants to download something from your site and thinks it would be better to use wifi for it. The session can remain the same during the process.

提交回复
热议问题