php-windows Digest 5 Apr 2007 23:15:42 -0000 Issue 3183
Topics (messages 27626 through 27632):
Re: confirm unsubscribe from [email protected]
27626 by: Mikael Grön
27627 by: Bill Bolte
27631 by: Mikael Grön
Re: Sessions?
27628 by: Gustav Wiberg
27629 by: Mikael Grön
27630 by: Gustav Wiberg
duplicate entry
27632 by: sam rumaizan
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Yeah, I just got one too!
Strange..
Mike
Bill Bolte wrote:
This is the second one of these that I've received. I didn't initiate
it.
Bill
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 1:41 PM
To: Bill Bolte
Subject: confirm unsubscribe from [email protected]
Hi! This is the ezmlm program. I'm managing the
[email protected] mailing list.
I'm working for my owner, who can be reached
at [EMAIL PROTECTED]
To confirm that you would like
[EMAIL PROTECTED]
removed from the php-windows mailing list...
--- End Message ---
--- Begin Message ---
It is strange. The IP address from the header of the email I received (the IP
that it claims was from the unsubscribe request) isn't from where I'm at. It's
in another state.
-----Original Message-----
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 3:23 PM
To: [email protected]
Subject: Re: [PHP-WIN] FW: confirm unsubscribe from [email protected]
Yeah, I just got one too!
Strange..
Mike
Bill Bolte wrote:
> This is the second one of these that I've received. I didn't initiate
> it.
>
> Bill
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2007 1:41 PM
> To: Bill Bolte
> Subject: confirm unsubscribe from [email protected]
>
> Hi! This is the ezmlm program. I'm managing the
> [email protected] mailing list.
>
> I'm working for my owner, who can be reached
> at [EMAIL PROTECTED]
>
> To confirm that you would like
>
> [EMAIL PROTECTED]
>
> removed from the php-windows mailing list...
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Yeah, same here. I've sent a report to [EMAIL PROTECTED] telling them
about it... Perhaps they have some 14yearold hacker wannabe there who
likes disrupting other peoples daily business.
Much like me in the old days. :-P
Mike
Bill Bolte skrev:
It is strange. The IP address from the header of the email I received (the IP that it claims was from the unsubscribe request) isn't from where I'm at. It's in another state.
-----Original Message-----
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 3:23 PM
To: [email protected]
Subject: Re: [PHP-WIN] FW: confirm unsubscribe from [email protected]
Yeah, I just got one too!
Strange..
Mike
Bill Bolte wrote:
This is the second one of these that I've received. I didn't initiate
it.
Bill
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 1:41 PM
To: Bill Bolte
Subject: confirm unsubscribe from [email protected]
Hi! This is the ezmlm program. I'm managing the
[email protected] mailing list.
I'm working for my owner, who can be reached
at [EMAIL PROTECTED]
To confirm that you would like
[EMAIL PROTECTED]
removed from the php-windows mailing list...
--- End Message ---
--- Begin Message ---
Hi there!
Ok, thank you for your input. A thought: In my experience, sessions have very
little impact on the server how
ever long you set them to live. What is your experience in this field? (how
many users, session-variables and so on). I'm just curious! :-)
Best regards
/Gustav Wiberg
-----Original Message-----
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 4:35 PM
To: 'php windows' ([email protected])
Subject: Re: [PHP-WIN] Sessions?
Hey Gustav
It depends so much on how much data you store in the session variables,
what kind of storage you run (database or files and so on) and how many
users you have, so it's really hard to say.
In my experience, sessions have very little impact on the server how
ever long you set them to live.
Mike
Gustav Wiberg wrote:
> Hi there!
>
> How much impact on the server have sessions based on the length of minutes
> (seconds) that I change to? I just wonder if someone out there has
> Any experience of this or know a place on the web that describes this...?
>
> Best regards
> /Gustav Wiberg
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi again Gustav
We use the database model for most of our session driven sites. On one
of them we've got around 50-300 people online depending on what time it
is. On the others we don't have quite as much activity, but the server
load between them all is quite similar. There's no real difference
except for the number of MySQL connections that are made.
- Micke
Gustav Wiberg skrev:
Hi there!
Ok, thank you for your input. A thought: In my experience, sessions have very little impact on the server how
ever long you set them to live. What is your experience in this field? (how many users, session-variables and so on). I'm just curious! :-)
Best regards
/Gustav Wiberg
-----Original Message-----
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 4:35 PM
To: 'php windows' ([email protected])
Subject: Re: [PHP-WIN] Sessions?
Hey Gustav
It depends so much on how much data you store in the session variables,
what kind of storage you run (database or files and so on) and how many
users you have, so it's really hard to say.
In my experience, sessions have very little impact on the server how
ever long you set them to live.
Mike
Gustav Wiberg wrote:
Hi there!
How much impact on the server have sessions based on the length of minutes (seconds) that I change to? I just wonder if someone out there has
Any experience of this or know a place on the web that describes this...?
Best regards
/Gustav Wiberg
--- End Message ---
--- Begin Message ---
Hi again Mike!
Thank you very much for your input. It is appreciated! :-)
Best regards
/Gustav Wiberg
-----Original Message-----
From: Mikael Grön [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 05, 2007 8:29 AM
To: ''php windows' ([email protected])'
Subject: Re: [PHP-WIN] Sessions?
Hi again Gustav
We use the database model for most of our session driven sites. On one
of them we've got around 50-300 people online depending on what time it
is. On the others we don't have quite as much activity, but the server
load between them all is quite similar. There's no real difference
except for the number of MySQL connections that are made.
- Micke
Gustav Wiberg skrev:
> Hi there!
>
> Ok, thank you for your input. A thought: In my experience, sessions have very
> little impact on the server how
> ever long you set them to live. What is your experience in this field? (how
> many users, session-variables and so on). I'm just curious! :-)
>
> Best regards
> /Gustav Wiberg
>
>
> -----Original Message-----
> From: Mikael Grön [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2007 4:35 PM
> To: 'php windows' ([email protected])
> Subject: Re: [PHP-WIN] Sessions?
>
> Hey Gustav
>
> It depends so much on how much data you store in the session variables,
> what kind of storage you run (database or files and so on) and how many
> users you have, so it's really hard to say.
> In my experience, sessions have very little impact on the server how
> ever long you set them to live.
>
> Mike
>
>
> Gustav Wiberg wrote:
>
>> Hi there!
>>
>> How much impact on the server have sessions based on the length of minutes
>> (seconds) that I change to? I just wonder if someone out there has
>> Any experience of this or know a place on the web that describes this...?
>>
>> Best regards
>> /Gustav Wiberg
>>
>>
>>
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
How do I disable Refresh and Back button. to Prevent duplicate entry
---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.
--- End Message ---