Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Shreyas
Agreed. I was just speculating; may be I over -speculated it ;) Regards, Shreyas On Fri, Jun 11, 2010 at 8:18 PM, Ashley Sheridan wrote: > On Fri, 2010-06-11 at 19:56 +0530, Shreyas wrote: > > I agree with Ash's comment. > > You should probably dig in deeper and see if those IPs are indeed val

Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Ashley Sheridan
On Fri, 2010-06-11 at 19:56 +0530, Shreyas wrote: > I agree with Ash's comment. > > You should probably dig in deeper and see if those IPs are indeed valid. > Given the way the sites are being attacked (DDoS, SQL Injection et al), you > could be seeing one. If you see a high load and your website

Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Shreyas
I agree with Ash's comment. You should probably dig in deeper and see if those IPs are indeed valid. Given the way the sites are being attacked (DDoS, SQL Injection et al), you could be seeing one. If you see a high load and your website is accessed by users spread globally, you should try out a C

Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Ashley Sheridan
On Fri, 2010-06-11 at 15:13 +0530, Peter wrote: > Hi Ashley, > > Thanks for your answer. > > When too many users log in at the same time, the server gets loaded > with multiple sessions files that leads to complexity and crashes the > server. In such cases how do we handle this ? > > Thanks in

Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Ashley Sheridan
On Fri, 2010-06-11 at 13:01 +0530, Peter wrote: > Hi All, > > My Question is "How does php server identify that the particular session > belongs to particular user?" > > Please help me out > > Regards > Peter.m > All the session data is stored on the server either in a database, file or mem

Re: [PHP] How does php server identify that the particular session belongs to particular user

2010-06-11 Thread Boris SABATIER
Hi A cookie with the session_id are send to the client. Bo. 2010/6/11 Peter > Hi All, > > My Question is "How does php server identify that the particular session > belongs to particular user?" > > Please help me out > > Regards > Peter.m > > -- > PHP General Mailing List (http://www.php.net/