NetTalk Central

Author Topic: Strange Values in SQL database tables (apacheset, cache-control)  (Read 2320 times)

Stu

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
    • Email
Strange Values in SQL database tables (apacheset, cache-control)
« on: November 15, 2011, 07:40:59 PM »
Folks,

In a couple of my tables I've discovered strange values have been entered (at the end of the table, these are static tables that don't change much, if at all). See attached image.

Basically the lines start with either:

Erver: Apacheset-cookie: Jsessionid=...

or

ACHE-CONTROL: PRIVATECONTENT-LENGTH

.. There are a couple more different types of entry, but most of them are the above.

Any ideas?

[attachment deleted by admin]
Cheers,

Stu Andrews

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Strange Values in SQL database tables (apacheset, cache-control)
« Reply #1 on: November 15, 2011, 07:47:56 PM »
I would search for all the update and insert's on that Table and add in some debug code using instring and then work your way back to see where it is being added.

I run a lot of MSSQL and have no probs.

Stu

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
    • Email
Re: Strange Values in SQL database tables (apacheset, cache-control)
« Reply #2 on: November 16, 2011, 03:49:05 AM »
Thanks Kevin, might have to give that a shot.
Cheers,

Stu Andrews