Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@MisterArie Local testing and remote testing, in both cases the url is exactly the same :/
Localhost vs localhost and thedomain.nl vs thedomain.nl -
@nbamaral localhost not but I found the fucker!
Made an ajax request to 'nope' but I didn't realize it would call the index page.
Found it by monitoring the access logs and noticing a second request when loading the page xD -
F9lke3156yI have actually experienced a similar one;
I did not realize for quite a long time, that I set the cookie INSIDE a running for-loop, which led to creating a new cookie over and over again. This made it literally impossible (in that system), to send a request to a certain key, in which the cookie value was embedded.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
This fucker right here. Two pages under the same site return different session data:
Session cookie is the same.
The session file itself doesn't change.
Same machine is being used.
I don't change the session variables at any moment.
HOW?!
rant
fml
what the actual fuck
help