[PHP] Shared session ? (frames application)

2004-04-25 Thread Richard A. DeVenezia
I am wondering if it is possible to let two or more scripts share a common session id ? I am guessing not, but would like to be proved wrong. This is the situation cut down about as small as I could make it. Five files: index.php, login-form.inc, frames.inc, left.php, main.php index.php - ?

Re: [PHP] Shared session ? (frames application)

2004-04-25 Thread Marek Kilimajer
Richard A. DeVenezia wrote: I am wondering if it is possible to let two or more scripts share a common session id ? I am guessing not, but would like to be proved wrong. I might get you wrong, but unless you take some precausions all scripts on a single domain share common session id. -- PHP