Welcome Guest, Not a member yet? Register   Sign In
Getting user's IP address: input vs session methods
#1

[eluser]leighmarble[/eluser]
I have a website that autoloads the session class (and also saves session data to database), so all visitors to the site get session data stored for them.

So, in order to get any visitor's IP address, I could either do this:

Code:
$ip = $this->session->userdata('ip_address');

Or this:

Code:
$ip = $this->input->ip_address();

Is there an advantage of one over the other? In some brief iterative testing I've done, the input class method sometimes runs a bit faster. And, I suppose, if someone was blocking cookies with their browser settings, then session->userdata would be useless.

So, that would tell me that I'd pretty much always want to use the input class method. Any persuasive arguments in favor of using the session class for this?

Thanks,
Leigh


Messages In This Thread
Getting user's IP address: input vs session methods - by El Forum - 03-05-2014, 02:04 PM
Getting user's IP address: input vs session methods - by El Forum - 03-05-2014, 03:59 PM
Getting user's IP address: input vs session methods - by El Forum - 03-05-2014, 08:08 PM
Getting user's IP address: input vs session methods - by El Forum - 03-05-2014, 11:04 PM
Getting user's IP address: input vs session methods - by El Forum - 03-06-2014, 12:45 PM
Getting user's IP address: input vs session methods - by El Forum - 03-06-2014, 04:00 PM
Getting user's IP address: input vs session methods - by El Forum - 03-06-2014, 04:22 PM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 04:20 AM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 07:53 AM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 07:59 AM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 11:49 AM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 11:50 AM
Getting user's IP address: input vs session methods - by El Forum - 03-07-2014, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB