would a command like this work:
if(!session_start()) { print "Your are not logged in"; }
would that work?
It would make my job alot easier.
No, session_start will always come back as true. You might be able to use session_name() however and check that.
amc