Re: PHP/Apache or IE problem (no GPC data)



Wolter Kamphuis wrote:
> Hi all,
>
> I've got a question, not really about PHP but this is the best
> audience. Is anybody aware of problems with Internet Explorer not
> sending any get/post/cookie data?
>
> I'm the webmaster of a large webbased administration package. Recently
> we get complaints from our customers about them losing their session.
> After adding extra debugging code we see that a small number of apache
> requests provide no GET, POST or COOKIE data. This happens about 10 to
> 20 times per 200k hits (one day's work per server).

> I'm guessing that this is a Internet Explorer problem, maybe caching
> related?

Not to sound arrogant, but since it's hard to delve deeper without much more
details, I'd just like to make sure the reason is not the most obvious one.
If you're clients are losing their sessions, are you sure its not just
because of their sessions timing out and hence the cookie-data or the actual
session data on the server being lost?

I've just seen many posts recently about sessions and their too-early
timeouts which are usually the result of misconfigured php settings and/or
too active garbage collection.

What are your session timeouts and the cookie timeouts?

--
Suni


.



Relevant Pages

  • Re: Sessions
    ... click the link and in aoltest3.php the session variable is visable. ... Registered serializer handlers php php_binary wddx ... session.name PHPSESSID PHPSESSID ... see the PHPSESSID, in a cookie, or in the URL. ...
    (comp.lang.php)
  • Strange difference when cookie disappears from $_REQUEST in HTTP vs. WAP
    ... with how PHP interacts with MySQL, ... Header has been generated to destroy your login session cookie, ... the cookie so it doesn't show up in $_REQUEST. ...
    (comp.lang.php)
  • Re: php session GC error
    ... After this number of seconds, stored data will be seen as 'garbage' ... how do I explicitly tell PHP in the ini what directory to use for session ... Lifetime in seconds of cookie or, if 0, until browser is restarted. ...
    (php.general)
  • Re: Is it safe to store user_id in Session?
    ... What I was wondering is how safe it is to store user_id or username or ... session so I do not need to search the database all the time. ... OVERRIDING BASIC SESSION COOKIE AUTHENTICATION ... So what is described in the article only works for bad php scripts. ...
    (comp.lang.php)
  • Re: Cookie not conserved across jump
    ... instruction in PHP. ... just leads to another HTTP request. ... $_SESSION is stocked up with the bits // the v2 page will need ... Why would session_startgenerate a new cookie at all? ...
    (comp.lang.php)