Jump to content

retreaving an Object held in a session


braddle

Recommended Posts

Hey,

I have got an object held in a session. that i cant retrieve.

if i do
print_r($_SESSION['user']);

I get:

__PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => client
[surname] => surname
[firstName] => firstName
[dob] => 1984-06-11
[addLine1] => addLine1
[addLine2] => addLine2Jane Morgan
[town] => town
[county] => county
[postcode] => postcode3TG
[telNo] => telNo
[email] => email
[userName] => userName
[password] => password
[valid] => valid
)

But i need to access the individual variables, is this possible!

Cheers,

Braddle
Link to comment
https://forums.phpfreaks.com/topic/4431-retreaving-an-object-held-in-a-session/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.