/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Klarna users are being signed in to random accounts
(twitter.com)
475 points
danielstocks
| 1 comments |
27 May 21 10:28 UTC
|
HN request time: 0s
|
source
Show context
AtNightWeCode
◴[
27 May 21 11:13 UTC
]
No.
27301565
[source]
▶
>>27301219 (OP)
#
Will be interesting to see what the problem is here. From what I have seen in real life my top guesses are. Some dependency on static variables in code. Reversed proxy with incorrect cache rules that ignores headers or some parameter.
replies(1):
>>27301584
#
corroclaro
◴[
27 May 21 11:16 UTC
]
No.
27301584
[source]
▶
>>27301565
#
How do you envision the static variables thing? I've seen the cache thing myself in real life but not the other.
replies(3):
>>27301613
#
>>27301704
#
>>27302207
#
1.
chopin
◴[
27 May 21 12:30 UTC
]
No.
27302207
[source]
▶
>>27301584
#
These can act like a cache across all instances. For exactly this reason I use them only as final (constant) variables and very, very rarely mutable.
ID:
GO
↑