someone else wrote: "I'm using database to store the session variables.When i say session_register("name"); the variables are registered in the database. But when i try to retrive the variables i get the integer variables returned correctly...but string variables doesn't return anything.
In database its stored like this...
sesskey expiry value
23fsdf723 335454 count|i=200;name|s=7:\"Kavitha\"
when i write $count in the next page it gives me 200 but when i write $name it doesn't return anything...where could i be wrong.... "
I am having the same problem. When I try to access the variable on the next page, it returns nothing. When I check the database after loading the next page, what is stored looks like this: !variable
Any ideas?
Jason