|
Posted by Rik on 08/15/06 13:32
dennis.mcknight@gmail.com wrote:
> I've created a simple guestbook and register user page, however when
> they are used and then re used quickly after, php doesn't seem to be
> getting the POST info again.
>
> For instance, if a user posts a message in the guestbook and then
> immediately posts another message, the 2nd POST is not working if it
> happens in under about 10 seconds (is my best estimate). So my
> question is: is there some type of timeout or variable that is
> preventing PHP from immediately reposting?
No, there isn't. If your connecting is good enough, you could post a hundred
or more times a second. It might be a server configuration though, or if
you've used already existing code, a safety time-out to prevent all too fast
spamming.
> I don't see anything about
> this online and i'm wondering why it's happening to me and is
> consistently about a 10 second wait before it works again.
Perhaps a caching issue, hard to say without access to your code.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|