Re: [PHP] Session data files

2009-05-09 Thread phphelp -- kbk

Thanks, Tom - -


On May 8, 2009, at 12:37 PM, Tom Worster wrote:


On 5/8/09 11:09 AM, phphelp -- kbk phph...@comcast.net wrote:


Just something I'm curious about: When I run PHP on my development
box (W2K), I just get one session file per connection which gets
deleted (usually) after the session expires.

When I look at the session files on the client server (linux/apache),
there seems to be one session file per page click. I needed to clear
them a few minutes ago, and there are already 80+ files, and this is
just from one user (a tester -- this is in late-late-late beta).

Now, there is nothing wrong -- everything is working fine -- I am
just curious if Apache does this differently, or if there is a
configuration setting that governs this (I haven't found -- but only
did a cursory look).

Anybody willing to take the time to enlighten me?


have you satisfied yourself that what you're seeing is not just an  
artifact

of how the session garbage collector works?

http://us.php.net/manual/en/session.configuration.php

maybe compare the gc parameters on the two different machines?  
phpinfo()

displays the values.





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



[PHP] Session data files

2009-05-08 Thread phphelp -- kbk

Hey, folks ---

Just something I'm curious about: When I run PHP on my development  
box (W2K), I just get one session file per connection which gets  
deleted (usually) after the session expires.


When I look at the session files on the client server (linux/apache),  
there seems to be one session file per page click. I needed to clear  
them a few minutes ago, and there are already 80+ files, and this is  
just from one user (a tester -- this is in late-late-late beta).


Now, there is nothing wrong -- everything is working fine -- I am  
just curious if Apache does this differently, or if there is a  
configuration setting that governs this (I haven't found -- but only  
did a cursory look).


Anybody willing to take the time to enlighten me?

Thank you,

Ken

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



Re: [PHP] Session data files

2009-05-08 Thread Tom Worster
On 5/8/09 11:09 AM, phphelp -- kbk phph...@comcast.net wrote:

 Just something I'm curious about: When I run PHP on my development
 box (W2K), I just get one session file per connection which gets
 deleted (usually) after the session expires.
 
 When I look at the session files on the client server (linux/apache),
 there seems to be one session file per page click. I needed to clear
 them a few minutes ago, and there are already 80+ files, and this is
 just from one user (a tester -- this is in late-late-late beta).
 
 Now, there is nothing wrong -- everything is working fine -- I am
 just curious if Apache does this differently, or if there is a
 configuration setting that governs this (I haven't found -- but only
 did a cursory look).
 
 Anybody willing to take the time to enlighten me?

have you satisfied yourself that what you're seeing is not just an artifact
of how the session garbage collector works?

http://us.php.net/manual/en/session.configuration.php

maybe compare the gc parameters on the two different machines? phpinfo()
displays the values.



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