Forum Moderators: coopster
Now I'm just using cookie but this is not too efficient when dealing with variables..
Thanks..!
Write your own session handler that saves the data to a database or flat file (see session_set_save_handler [us3.php.net]).
Use the cookie to store an identifier for your data.