On Fri, 2004-04-09 at 18:40, Scott Bronson wrote:
> 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.

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 the same server, BOTH session IDs
should be available to your script if they are using cookies. If;
however, they are using URL rewriting, then there is more trickery,
either way it IS possible. Even if they're on seprate servers it is
possible via certain tricks.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to