Question...
When I do a php start session (session cookie) how can check to see IF the session really started ie: set the session cookie at the surfer's end...
BECAuse if that fails I'd like to send them to a cookie info page.
you can't check that on the same page you just set it on. you have to send them to another script to check if the session cookie was set.