In reply to Weedpacket's reply:
What i did is use session_start() and save the session_id() to a variable.
Along with that i noticed that php is adding the SID to the url, which ofcourse is a good thing!
Everything worked, but at some point, IE started blocking some posts, probably from a form i am using.
I have a register page, which allows users to register so afterwards, when they come back, all they have to do, is login and the form is pre-populated with their personal data.
It's kind of a service to the customer..
Does IE block posts in scripts when the privacy level is set above medium?
Guess i'm kinda confused, maybe i should use method="get" instead of method="post" and then $_get the variable?
I'm not an expert (that's why the post 🙂)
Help is really appreciated!
thefisherman