Hi
I'm passing an object with sessions
In my constructor I use
$this->link_id=mysql_pconnect()
all seems well untill I pass the object to another page and then try to access methods that rely on that connection.(I dont call the constructor again of course)
If i print $obj->link_id I get '0'
Whats going on?
Thanks
Nick