Hi I have a problem with determining a php session has been destroyed or is invalid in a cgi perl script that I post a form to from a php script. The session id is posted in the form to the perl script. I do not have it in a cookie, database or in a file (as far as I know with the latter) and so could someone tell me simply whether I can determine this without incorporating a database, cookie or notification by nonexistence of a session file.
Your help would be much appreciated.