David T-G wrote:

Hi, all --

I have a picture gallery application which uses sessions.  As part of the
config we set the session name; the default is 'locscout'.

I also have a portfolio/presentation application layered on top of this
(and almost ready for release! :-) :-) with its own session name.


In your portfolio/presentation application:


$_COOKIE['this_app_session_name'] = $_COOKIE['gallery_session_name'];

just before session_start()

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



Reply via email to