Re: [PHP] Can't copy a variable from one session to another?

2004-04-13 Thread Scott Bronson
On Fri, 2004-04-09 at 16:01, Robert Cummings wrote: > If they're both on the same server then there's nothing stopping you > from loading Suirrel mail's session data in the other application and > nothing stopping you from hacking squirrel mail to load the other > session's data. Since both are on

Re: [PHP] Can't copy a variable from one session to another?

2004-04-09 Thread Scott Bronson
After talking with some folks on IRC, it sounds like this is effectively impossible?? I'd just like to check -- is it really impossible in PHP to copy a variable from one session to another? I don't mind subtle trickery. Thanks, - Scott On Fri, 9 Apr 2004 02:37:05 -0700 (P

[PHP] Can't copy a variable from one session to another?

2004-04-09 Thread Scott Bronson
My web site currently uses 2 sessions: mine ("SBSESSID") and SquirrelMail's ("SQMSESSID"). They work perfectly on their own. However, I would like to allow the user to move from my area to SquirrelMail without re-entering a password. Therefore, I need to copy the password from my session to Squ