File: controllers/basectrl.go
Line: 28 - SESSION_IP = "ip"
It is not a good idea to bind sessions to an IP.
If the user is on a mobile network, it is likely that his IP will change if he canges cellphone-cells.
(For example: a user is on the public transportation and tries to do a reservation. He will be logged out again and again, because his phone is constantly getting a new IP because of location changes.)
File: controllers/basectrl.go
Line: 28 - SESSION_IP = "ip"
It is not a good idea to bind sessions to an IP.
If the user is on a mobile network, it is likely that his IP will change if he canges cellphone-cells.
(For example: a user is on the public transportation and tries to do a reservation. He will be logged out again and again, because his phone is constantly getting a new IP because of location changes.)