Level 122
And throw off mobile users who's IP might randomly change?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How i can drop user session if current IP != auth ip address?
@aurorame You will need to write a middleware that tracks the IP. If it is not set in session then set it, then log the user out if it changes,
Not something I would recommend but its your support issues to deal with
Please or to participate in this conversation.