NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu 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]
-
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.
-
Thanks Kevin, might have to give that a shot.