Hi,

is it possible to pass an Object to another php page?
I want to pass a whole bunch of varibales to another page.
For example the session ID, the language that the user choose,etc.
All those variables are in one or more objects.
Do I have to copy all those object attributes to variables and pass them via
the URL?

How is this done professionally?
Up to now I used cookies. But I would like to change that.
Not all users have cookies enabled.

Thx

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to