You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1The problem seems to have been sorted, but will check in the next few days before I give an answer. What I did was the following, but I do not understand why this seems to have sorted the issue. I ssh'd to the machine ran this command sudo iptables -L and then sudo service iptables stop and then sudo service iptables start, when I ran sudo service iptables stop it flushed the iptables which I never used and all of a sudden the problem resolved. The iptables did not have information in. Do you know perhaps why this solved the problemElitmiar– Elitmiar2012-04-27 13:18:52 +00:00Commented Apr 27, 2012 at 13:18
-
So there is a firewall :) It is probably enforcing session timeouts differently than the web server.EricM– EricM2012-04-27 18:07:56 +00:00Commented Apr 27, 2012 at 18:07
-
Am not sure .. i had the problem once ... after almost killing myself i just upgraded and everything worked fine .... This thing can be crazy you know .. Am Glad i was able to solve your problemBaba– Baba2012-04-27 18:13:51 +00:00Commented Apr 27, 2012 at 18:13
-
"The remote server has sent you a RST packet", how do you know?Mike Purcell– Mike Purcell2012-05-03 22:26:36 +00:00Commented May 3, 2012 at 22:26
-
1@Baba - Thanks for the help, eventually what solved my problem was by implementing it on a different server and that somehow solved the problem, thanks for really going out of your way to helpElitmiar– Elitmiar2012-05-24 20:10:40 +00:00Commented May 24, 2012 at 20:10
|
Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-php