Re: [PHP] Multiple Session Buffers

2007-07-13 Thread Richard Lynch
On Fri, July 13, 2007 6:20 pm, Al wrote: > Is there a way to instigate 2 separate named session buffers? They > will contain different data. I don't see how you could, since you'll be changing the contents of $_SESSION which doesn't let you specify which of the two you are messing with... You cou

[PHP] Multiple Session Buffers

2007-07-13 Thread Al
Is there a way to instigate 2 separate named session buffers? They will contain different data. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php