BuzzerBeater Forums

BBAPI Support > ASPXAUTH Not Set

ASPXAUTH Not Set

Set priority
Show messages by
From: lordy
This Post:
00
259557.1
Date: 06/19/2014 04:39:10
Overall Posts Rated:
6666
Hi,

Has anyone run into issues when after hitting login.aspx that only one cookie is being set, with the ASPXAUTH cookie not being set? Can anyone explain what's happening?

I am using PHP/CURL and this is the header I get in response:

HTTP/1.1 200 OK
Date: Thu, 19 Jun 2014 08:35:49 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Set-Cookie: ASP.NET_SessionId=enesusel2tbuec55jdcwj555; path=/; HttpOnly
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: text/xml; charset=utf-8
Content-Length: 465

From: lordy

This Post:
00
259557.2 in reply to 259557.1
Date: 06/19/2014 05:11:08
Overall Posts Rated:
6666
I finally, after many hours searching around found out it's because I was adding &quickinfo=1 to login.aspx.

Very annoying.