[jQuery] Re: Erratic behavior of cookie plugin

2007-04-20 Thread Klaus Hartl
Jörn Zaefferer schrieb: Ⓙⓐⓚⓔ schrieb: "/" for a path is great. every page will share the cookies, KLAUS & Jörn, wouldn't it be a nice default? This is "server wide cookies". If you added a domain ".example.com" You have "all 'subhost' cookies". If you added a domain "example.com

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-19 Thread Jörn Zaefferer
Ⓙⓐⓚⓔ schrieb: "/" for a path is great. every page will share the cookies, KLAUS & Jörn, wouldn't it be a nice default? This is "server wide cookies". If you added a domain ".example.com" You have "all 'subhost' cookies". If you added a domain "example.com " You have "dom

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-19 Thread Ⓙⓐⓚⓔ
"/" for a path is great. every page will share the cookies, KLAUS & Jörn, wouldn't it be a nice default? This is "server wide cookies". If you added a domain ".example.com" You have "all 'subhost' cookies". If you added a domain "example.com" You have "domain wide cookies". the 2 last are often

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-19 Thread joomlafreak
HI I just added '/' as path and it worked for me. I hope that helps @Klaus Please convey my thanks to Jake for the prompt reply. :) Joomlafreak On Apr 18, 4:06 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > I read the docs long ago, I've had to clean the cookies programmatically > several times for s

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Ⓙⓐⓚⓔ
I read the docs long ago, I've had to clean the cookies programmatically several times for several people. We had a a site that was accessible as www.xx.com and xx.com, the cookies for xx.com come back for www but not the other way around. So I got into using domain names in cookies o

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Jörn Zaefferer
Ⓙⓐⓚⓔ schrieb: Setting a path and a domain is required for knowing exactly where the cookies are going to apply. Sloppy cookies can be fun, but someone will have to clean up the crumbs sooner or later! Can you point to a good resource or explain a bit about properly setting path and domain fo

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Ⓙⓐⓚⓔ
Setting a path and a domain is required for knowing exactly where the cookies are going to apply. Sloppy cookies can be fun, but someone will have to clean up the crumbs sooner or later! On 4/17/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: joomlafreak schrieb: > Hi Klaus > Thanks for your promp

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-18 Thread Jörn Zaefferer
joomlafreak schrieb: Problem solved by setting the path. What exactly did you change to get it working? -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-17 Thread Klaus Hartl
joomlafreak schrieb: Hi Klaus Thanks for your prompt reply as always. That was Jake replying so promptly, while I was asleep ;-) So let's thank Jake! -- Klaus

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-17 Thread joomlafreak
Problem solved by setting the path. thanks a lot joomlafreak On Apr 18, 12:24 am, joomlafreak <[EMAIL PROTECTED]> wrote: > Hi Klaus > Thanks for your prompt reply as always. > > You are correct, I am just using name and value because I am not using > joomlaprodigy.com but onlywww.joomlaprodigy

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-17 Thread joomlafreak
Hi Klaus Thanks for your prompt reply as always. You are correct, I am just using name and value because I am not using joomlaprodigy.com but only www.joomlaprodigy.com. Even if I stick to this www I am having this erratic behavior. Infact I just realized that this works flawless on my test site

[jQuery] Re: Erratic behavior of cookie plugin

2007-04-17 Thread Ⓙⓐⓚⓔ
I noticed 2 things, you don't set the domain on the cookies and both http://www.joomlaprodigy.com/ and http://joomlaprodigy.com/ work independently, instead of forwarding one to the other. Are you switching back and forth, thereby keeping 2 sets of cookies??? On 4/17/07, joomlafreak <[EMAIL P