how do I check to see if a session has been started?
a session get's started if you make use of session_start(); and i always thought the author of a script knew whether he has or has not written session_start() ...
or do i get something wrong?