On Monday, 10 February 2014 15:03:43 UTC+1, Thyagarajan Delli wrote: > > Hi All, > > We noticed a strange behavior where users reported that their session is > timing out abruptly. On debugging the issue, we found the following > behavior. > > When the user keeps working on different sections of the application, the > same CAKEPHP session id is being send as a part of the header (we got it > through apache logs). > > But there is a 404 request to browserconfig.xml. We don't have this file > in our root. >
It's a windows-specific file which IE requests http://msdn.microsoft.com/en-us/library/ie/dn320426(v=vs.85).aspx Best action is to simply create it (empty if appropriate) so that the session and any other app logic isn't affected. same for other common 404s such as favicon.ico, apple-touch....png and (only to prevent log noise) robots.txt. Incidentally: Developing with IE - if that's what user is doing: brave =). AD -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
