Welcome Guest, Not a member yet? Register   Sign In
session data issues
#3

[eluser]john.weland[/eluser]
Well I couldn't figure it out so I again scrapped the project and started over. I got all the way back to this section about session data sending it and displaying it. It showed the same as before

where is should show

Array
(
[session_id] => e34d75caa00ad6c34890c6ac118904ff
[ip_address] => browsing clients IP address
[user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4
[last_activity] => 1352976703
[user_data] =>
[email] => [email protected]
[is_logged_in] => 1
)



it instead shows

Array
(
[session_id] => e34d75caa00ad6c34890c6ac118904ff
[ip_address] => 192.168.6.1
[user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4
[last_activity] => 1352976703
[user_data] =>
)




I am on a crazy network here at home my main router is 192.168.1.1 connected to that wirelessly is a router 192.168.2.1 the server is on my PC as a virtual machine running a hypervisor running a virtual server.


I noticed rather than showing [ip_address] => 192.168.2.120 (the system I am accessing from ) ts shows the [ip_address] =>192.168.6.1 this ip address is the default gateway of my virtual host running the virtual server.

unfortunately I haven't a clue how to fix this issue.


Messages In This Thread
session data issues - by El Forum - 11-14-2012, 02:11 PM
session data issues - by El Forum - 11-14-2012, 03:17 PM
session data issues - by El Forum - 11-15-2012, 03:00 PM
session data issues - by El Forum - 11-15-2012, 03:25 PM
session data issues - by El Forum - 11-15-2012, 03:53 PM
session data issues - by El Forum - 11-15-2012, 06:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB