RedDragonWebDesign / BlueThrust5

A fork/update of the famous BlueThrust Clan Scripts v4. Gaming community website engine in PHP.
10 stars 7 forks source link

Log Out is broken #112

Closed RedDragonWebDesign closed 9 months ago

RedDragonWebDesign commented 9 months ago

Really weird. This was working for me then it stopped working for me today.

I tried a commit from two years ago to make sure it wasn't a recent change that broke it, still isn't working.

I tried turning off XDebug, still isn't working.

Maybe something weird is going on with writing to $_SESSION and $_COOKIE. See 0c5d173. I saw hints that one would get written to with the new username, then they'd both end up back at the old username.

I am all debugged out after 0c5d173 so I will just clear my cookies and come back to this another day.

Cookies from DevTools:

image image
deepend-tildeclub commented 9 months ago

hmm.. still working on the copy I installed just before I started submitting patches today.
I start with a fresh master copy every time I go through to figure out issues.