Re: [S2] general question about cookies and namespace

2008-08-09 Thread Randy Burgess
ibaudeau <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Sat, 9 Aug 2008 16:19:08 -0400 > To: Struts Users Mailing List > Subject: Re: [S2] general question about cookies and namespace > > 2008/8/9 Randy Burgess <[EMAIL PROTECTED]> > >> As lo

Re: [OT] Re: [S2] general question about cookies and namespace

2008-08-09 Thread Randy Burgess
I believe so. Regards, Randy Burgess Sr. Software Architect D5 Systems, LLC > From: Dave Newton <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Sat, 9 Aug 2008 10:54:59 -0700 (PDT) > To: Struts Users Mailing List > Subject: [OT] Re: [S2] general quest

Re: [S2] general question about cookies and namespace

2008-08-09 Thread Pierre Thibaudeau
2008/8/9 Randy Burgess <[EMAIL PROTECTED]> > As long as you set the cookie path and stick to that path it > doesn't matter where the user enters the site. Well, not entirely, it seems to me. Say, for example, that I were to set the path to "/something/very/complex/and/unwieldy", the browser wou

Re: [S2] general question about cookies and namespace

2008-08-09 Thread Randy Burgess
TED]> > Reply-To: Struts Users Mailing List > Date: Sat, 9 Aug 2008 13:37:35 -0400 > To: Struts Users Mailing List > Subject: Re: [S2] general question about cookies and namespace > > Thanks Randy. That confirms what I have been discovering since last night. > > Thi

Re: [OT] Re: [S2] general question about cookies and namespace

2008-08-09 Thread Pierre Thibaudeau
> > Isn't a path of "/" a "site-wide" cookie? > Thank you, Dave. I just tried that and path "/" behaves as site-wide. That solves my issue!

[OT] Re: [S2] general question about cookies and namespace

2008-08-09 Thread Dave Newton
--- On Sat, 8/9/08, Pierre Thibaudeau wrote: > [...] I wish to remember the current surfing language of a user > and set that in a cookie with path "/", who's to say that, on > the next session that the user will start, she won't enter the site > through a different logical path? > > Is there s

Re: [S2] general question about cookies and namespace

2008-08-09 Thread Pierre Thibaudeau
Thanks Randy. That confirms what I have been discovering since last night. This is a little annoying given that there are some bits of information that I would love to set for the entire site. For instance, if I wish to remember the current surfing language of a user and set that in a cookie wit

Re: [S2] general question about cookies and namespace

2008-08-09 Thread Randy Burgess
truts Users Mailing List > Date: Sat, 9 Aug 2008 00:16:11 -0400 > To: Struts Users Mailing List > Subject: [S2] general question about cookies and namespace > > Struts: 2.1.2 > browser: Firefox 3.0, with Firebug add-on > > Strange phenomenon involving cookies. I don't

Re: [S2] general question about cookies and namespace

2008-08-08 Thread Pierre Thibaudeau
I just tested my theory about namespaces: If I change the namespace of the login action to "/" rather than "/users", the auto-login interceptor (called by an action from the "/" namespace) reads it back without any problem. Is that Firefox being too strict (or is it "by the book" according to coo

[S2] general question about cookies and namespace

2008-08-08 Thread Pierre Thibaudeau
Struts: 2.1.2 browser: Firefox 3.0, with Firebug add-on Strange phenomenon involving cookies. I don't know who to blame: my code, Struts or Firefox... I am running a copy of my application locally on my own local Tomcat server (on localhost). After several operations on the webapplication (amo

Re: About cookies

2005-11-08 Thread Laurie Harper
Dave wrote: We're re-building a web site. No guarantees that the site will have the same name as the old. So from my understanding of the cookie process this means a new cookie. (Near as I can tell a cookie file is: @[#].txt) However, to make life easier for our customers I'm wondering if the

About cookies

2005-11-07 Thread Dave
We're re-building a web site. No guarantees that the site will have the same name as the old. So from my understanding of the cookie process this means a new cookie. (Near as I can tell a cookie file is: @[#].txt) However, to make life easier for our customers I'm wondering if there's a way to