Click here to Skip to main content
15,909,741 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
SuggestionWho knew? Pin
Pete O'Hanlon17-Nov-11 2:43
mvePete O'Hanlon17-Nov-11 2:43 
GeneralRe: Who knew? Pin
Chris Maunder17-Nov-11 10:04
cofounderChris Maunder17-Nov-11 10:04 
GeneralRe: Who knew? Pin
Reiss17-Nov-11 23:27
professionalReiss17-Nov-11 23:27 
BugNews items Pin
DE22216-Nov-11 9:04
DE22216-Nov-11 9:04 
GeneralRe: News items Pin
Pete O'Hanlon16-Nov-11 9:33
mvePete O'Hanlon16-Nov-11 9:33 
GeneralRe: News items Pin
Elina Blank16-Nov-11 9:34
sitebuilderElina Blank16-Nov-11 9:34 
GeneralRe: News items Pin
DE22217-Nov-11 11:06
DE22217-Nov-11 11:06 
SuggestionDuplicated info in http headers Pin
enhzflep15-Nov-11 11:51
enhzflep15-Nov-11 11:51 
During some socket work I performed a GET on the main page and another on page 1 of this forum. In each case, I notice that the HTTP response headers have a pair of 2 SetCookie statements duplicated. This comes to some 190 odd bytes of information provided twice.

I checked the header sent both before and after a user has logged on. In each case, there's close to 200 bytes of duplicated information.

I've included the request & response headers below:


HTML
GET / HTTP/1.0
Host: www.codeproject.com



HTML
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: SessionGUID=96e1cddf-eb6d-4a3c-a845-fa3ad2306a2c; path=/
Set-Cookie: mguid=4166fdd1-1d73-45f1-a739-ab425077d02f; domain=.codeproject.com; expires=Sat, 15-Nov-2036 05:00:00 GMT; path=/
X-AspNet-Version: 4.0.30319
Set-Cookie: SessionGUID=96e1cddf-eb6d-4a3c-a845-fa3ad2306a2c; path=/
Set-Cookie: mguid=4166fdd1-1d73-45f1-a739-ab425077d02f; domain=.codeproject.com; expires=Sat, 15-Nov-2036 05:00:00 GMT; path=/
X-Powered-By: ASP.NET
Date: Tue, 15 Nov 2011 22:46:55 GMT
Content-Length: 87051

SuggestionMoving cross posts to appropriate forum Pin
thatraja15-Nov-11 5:50
professionalthatraja15-Nov-11 5:50 
GeneralRe: Moving cross posts to appropriate forum Pin
Sean Ewington15-Nov-11 12:31
staffSean Ewington15-Nov-11 12:31 
GeneralRe: Moving cross posts to appropriate forum Pin
Pete O'Hanlon15-Nov-11 12:36
mvePete O'Hanlon15-Nov-11 12:36 
GeneralRe: Moving cross posts to appropriate forum Pin
Sean Ewington15-Nov-11 12:38
staffSean Ewington15-Nov-11 12:38 
GeneralRe: Moving cross posts to appropriate forum Pin
Slacker00716-Nov-11 5:20
professionalSlacker00716-Nov-11 5:20 
GeneralRe: Moving cross posts to appropriate forum Pin
Richard MacCutchan16-Nov-11 5:30
mveRichard MacCutchan16-Nov-11 5:30 
GeneralRe: Moving cross posts to appropriate forum Pin
chriselst16-Nov-11 5:31
chriselst16-Nov-11 5:31 
GeneralRe: Moving cross posts to appropriate forum Pin
Pete O'Hanlon16-Nov-11 9:15
mvePete O'Hanlon16-Nov-11 9:15 
GeneralRe: Moving cross posts to appropriate forum Pin
Slacker00716-Nov-11 9:24
professionalSlacker00716-Nov-11 9:24 
GeneralRe: Moving cross posts to appropriate forum Pin
Pete O'Hanlon16-Nov-11 9:23
mvePete O'Hanlon16-Nov-11 9:23 
GeneralAnother kind organiser Pin
thatraja15-Nov-11 2:45
professionalthatraja15-Nov-11 2:45 
GeneralRe: Another kind organiser Pin
Slacker00715-Nov-11 4:21
professionalSlacker00715-Nov-11 4:21 
GeneralRe: Another kind organiser Pin
RaviRanjanKr15-Nov-11 10:13
professionalRaviRanjanKr15-Nov-11 10:13 
GeneralRe: Another kind organiser Pin
Rage17-Nov-11 10:19
professionalRage17-Nov-11 10:19 
GeneralRe: Another kind organiser Pin
AspDotNetDev17-Nov-11 10:31
protectorAspDotNetDev17-Nov-11 10:31 
SuggestionList<t>...</t> editor problem Pin
Bernhard Hiller15-Nov-11 1:40
Bernhard Hiller15-Nov-11 1:40 
AnswerRe: List<t>...</t> editor problem Pin
thatraja15-Nov-11 1:51
professionalthatraja15-Nov-11 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.