Look into custom session handling: http://us.php.net/session_set_save_handler
<http://us.php.net/session_set_save_handler>You can define your own session handling functions and storage, which will allow you to segregate your system session storage. -Will On Mon, Apr 19, 2010 at 9:13 AM, Merrill Oveson <[email protected]> wrote: > UPHPUers: > > I'm coding along and I've discovered something that bothers me.... > > My $_SESSION array picks up other session variables from an entirely > different php program. No a big deal except, I don't want to > accidently overwrite something from one php program to the next. > > Is there a way to define something like $_SESSION that would be > unique, (i.e. a unique name) and that I could simply call within any > given script. > > Seems like there ought to be a way to create unique sessions that > would be added to or have elements overwritten, etc. > > Thanks > > Merrill > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > -- Take care, William Attwood Idea Extraordinaire [email protected] _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
