i had a problem with my sessions getting reset everytime i visit a certain page, and then i got realize it's because the SESSION_ID didn't carry along the pages...
my question is: if i can't use cookies to carry SESSION_ID, and i think it'll be a very unefficient way to transfer a POST variable using hidden INPUT tags and forms, how else can i get the SESSION_ID over my pages? (given that i don't know how many pages, and where my user will surf)
thanks