> What I'm trying to achieve is to have the same cookie IDENTIFY a user on
> different (or same) applications (on the same server), but require them
> to log in for each application, and get a different session.. Basically,
> to keep separate 'user trails and in process variables' for different
> tabs or windows in a browser.
>
> www.scotttrade.com does it somehow, and I see no GET variables on the URL.
>

What about $_SESSION variables? You can use the $_SESSION to keep the same
identity from page to page and still require a different login when
needed.

--
--Matthew Sims
--<http://killermookie.org>

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

Reply via email to