Cookie Handling Issues with Konqueror?

Found a bug? Tell us!!
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: Nailed it!

Post by Zugschlus »

Zugschlus wrote:Thanks for spotting this. Looks like the reverse proxy is acting up as I see the cookie's domain rewritten in earlier requests. I'll do a trace on the circuit between reverse proxy and application.
Apache can be configured to rewrite the domain. The necessary configuration on the reverse proxy is

Code: Select all

        ProxyPassReverseCookieDomain 127.0.0.1:1312 blog.zugschlus.de
        ProxyPassReverseCookieDomain 127.0.0.1 blog.zugschlus.de
I haven't really tried to trigger the issue yet, but at least iceweasel and konqueror allow me to log in again and do not throw me back to the login screen when I do things in the admin suite.

Now I need to understand why things have been working sometimes, and sometimes, not - with the wrong cookie domain I would have expected things to not work at all.

Greetings
Marc
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Nailed it!

Post by garvinhicking »

Hi!
I haven't really tried to trigger the issue yet, but at least iceweasel and konqueror allow me to log in again and do not throw me back to the login screen when I do things in the admin suite.
Awesome. :)

I have no experience with Reverse Proxies, so I'm sorry I didn't know about this as a possible factor earlier.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Zugschlus
Regular
Posts: 144
Joined: Sun Feb 05, 2006 12:54 am
Location: St. Ilgen, Germany
Contact:

Re: Nailed it!

Post by Zugschlus »

Zugschlus wrote: I haven't really tried to trigger the issue yet, but at least iceweasel and konqueror allow me to log in again and do not throw me back to the login screen when I do things in the admin suite.
Three days later, the issue has not shown any more, so I'd like to call this case closed. I have learned a lot of things (that I never intended to learn), and I really appreciate all people's help. Personal thanks to Garvin to help diagnosing this, I owe you at least a drink.

Greetings
Marc
--
Marc Haber, St. Ilgen, Germany
https://blog.zugschlus.de/ - nach langer Pause jetzt wieder online
Post Reply