[PHP] Can several different sessions coexist?

2002-08-01 Thread DonPro
Hi, I'd like to register a session and create several session variables. In another part of my site, I'd like to register another session again creating session variables. After a bit, I'd like to destroy this second registered session keeping the first intact. Thus far, whenever I issue:

RE: [PHP] Can several different sessions coexist?

2002-08-01 Thread John Holmes
I'd like to register a session and create several session variables. In another part of my site, I'd like to register another session again creating session variables. After a bit, I'd like to destroy this second registered session keeping the first intact. Thus far, whenever I issue: