Re: [PHP] Multiple session

2007-07-27 Thread mamad876
Hi, The idea is to add some kinda ping to your web site with Ajax so as far as you receive pings you know that the use kept his/her browser open and when it stops sending pings either the browser is closed or the net connection is down, and then delete the user session and try to log it out. and

Re: [PHP] Multiple session

2007-07-27 Thread Richard Lynch
On Fri, July 27, 2007 8:55 am, Erfan Shirazi wrote: > I have a problem which I need some help with. > I have a e-commerce site were the user must log in in order to use > some > of the functions. But I only want 1 active session for each user, so > the > user should not be able to have 2 browsers o

Re: [PHP] Multiple session

2007-07-27 Thread Robert Cummings
On Fri, 2007-07-27 at 15:55 +0200, Erfan Shirazi wrote: > Hi all > > > I have a problem which I need some help with. > I have a e-commerce site were the user must log in in order to use some > of the functions. But I only want 1 active session for each user, so the > user should not be able to

[PHP] Multiple session

2007-07-27 Thread Erfan Shirazi
Hi all I have a problem which I need some help with. I have a e-commerce site were the user must log in in order to use some of the functions. But I only want 1 active session for each user, so the user should not be able to have 2 browsers opened and being able to log in with both. So I n

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