Well, am new here, so I really hope I am in the correct forum.

My question is both simple and confusing at the same time, but please humor me. It goes like this:

My website is mostly Perl and when someone logs in, I record the session in a database, and write it to a cookie. So whenever a person goes to the main page of my website, I show them either signed on or off. If the person goes to a page that you must be signed on for, I give them a default "You must be signed on" screen.

Anyway, the point is that the code is simple, and it's worked for a good two years.

Today I was at someone's machine where the "Am I signed on or off" feature failed. However, it only failed on two pages. On every other page it worked!

And here I am thinking, how can the same code fail on two pages, but not others. Because from every page it's called the same way, as one function, and that function comes from ONE module that all my pages use.

It's a customer's machine so I can't sit there and ask for a lot of time on it. All I could do was come home, load up Firefox, make sure I had every extention, and try to create the failure here, and no way.

So my general question is has anyone ever encountered something like this? Maybe in Firefox, or the likes?

Forgive the generality, it just makes no sense to me.

Thanks ahead,

Sergio

Recommended Answers

All 3 Replies

Impossible to say. May have nothing to do with the browser. Third party software, proxies. firewalls, etc, anyone of them might have something to do with any particular problem.

Impossible to say. May have nothing to do with the browser. Third party software, proxies. firewalls, etc, anyone of them might have something to do with any particular problem.

I really thought about it, but most of my pages work on that machine...these particular two do not. ANd it's just on THAT machine!!!!!!

I realize that my post just had no info to really answer this question, just had to try...

I suggest you test those two pages on as many machines as possile. Check your server logs too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.