Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#5024 closed defect (bug) (worksforme)

USER_COOKIE isn't being set on browsers installed with Windows Vista.

Reported by: mossyblog Owned by:
Priority: normal Milestone:
Component: Security Version: 2.2.3
Severity: normal Keywords: cookies, USER_COOKIE, PASS_COOKIE
Cc: Focuses:

Description

I found after I installed the wordpress-2.2.3 and proceeded to login, the actual login form would redirect back to itself.

I tested this in both Firefox and Internet Explorer. Using AnEc Cookie Editor (FireFox) I could see PASS_COOKIE was being set, but no USER_COOKIE. In that one cookie instead of two is being set.

I then opened up wp-includes/pluggable.php and commented out PASS_COOKIE, which then enabled USER_COOKIE to be set (thus was able to login).

I'm not sure if this is a client-side bug or server-side.

Server Details are:
Windows Vista Ultimate
IIS7.0 (CGI module installed with FastCGI / PHP piped through FastCGI).
MySQL.

-
Scott Barnes
Developer Evangelist
Microsoft.

Change History (6)

#1 @foolswisdom
19 years ago

  • Milestone 2.2.32.3
  • Priority highest omg bbqnormal
  • Severity majornormal

Scott, can you reproduce this issue in WordPress 2.3 rc1?

#2 @josephscott
19 years ago

  • Cc josephscott added

#3 @foolswisdom
19 years ago

  • Milestone 2.32.4

Joseph has

ENV: WP trunk / IIS7 on Vista use the ISAPI module

Sounds likely to be something specific to CGI/FastCGI , as Developer Evangelist of Microsoft surely you have the resources to isolate the issue. Thanks.

#5 @pishmishy
19 years ago

  • Resolutionworksforme
  • Status newclosed

Closing. I'm sure that if this affected every Vista user we'd have more traffic on this ticket by now. Should close as "seemstobeworkingforpeople" :-)

#6 @lloydbudd
19 years ago

  • Milestone 2.4
Note: See TracTickets for help on using tickets.