-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
> On Thu, 2007-03-29 at 12:20 -0400, Christopher Schultz wrote:
>> Honestly, you should never have to do anything with cookies
>> yourself...
>> Tomcat should handle any required cookie manipulations. I think it
>> wi
On Thu, 2007-03-29 at 12:20 -0400, Christopher Schultz wrote:
> Honestly, you should never have to do anything with cookies
> yourself...
> Tomcat should handle any required cookie manipulations. I think it
> will
> just clutter your code and confuse anyone reading it.
It's working without any co
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
>> Your URLs will then look something like:
>>/path/to.jsp;jsessionid=?query=goes+here
>
> This and the addCookie worked perfectly. The developers are working on a
> fix right now.
Honestly, you should
On Thu, 2007-03-29 at 09:43 +0100, Pid wrote:
>
> They don't go through it automatically, as the links are in the page
> output, and tomcat doesn't hunt through output streams for URLs to encode.
>
> All URLs need to be manually encoded, in your JSPs or Servlet outputs.
> Check with your develop
On Wednesday 28 March 2007 18:17, Christopher Schultz wrote:
> > Do they go through request.encodeURL automatically or do I have to do
> > something?
If you use JSTL Core library c:url, then they do. If you are using "", then they do not and you have to use
link.
It's safer and cleaner to use
Nelson D. guerrero wrote:
On Wed, 2007-03-28 at 17:00 -0400, Christopher Schultz wrote:
Assuming that Tomcat is managing your sessions (there aren't too many
good reasons to manage your own sessions), then Tomcat uses either
cookies or URL rewriting to maintain sessions between requests.
I'm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
> On Wed, 2007-03-28 at 17:00 -0400, Christopher Schultz wrote:
>
>> Assuming that Tomcat is managing your sessions (there aren't too many
>> good reasons to manage your own sessions), then Tomcat uses either
>> cook
On Wed, 2007-03-28 at 17:00 -0400, Christopher Schultz wrote:
> Assuming that Tomcat is managing your sessions (there aren't too many
> good reasons to manage your own sessions), then Tomcat uses either
> cookies or URL rewriting to maintain sessions between requests.
I'm sorry, I'm not following
Christopher Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Nelson,
>
> Nelson D. guerrero wrote:
>>> Are you using cookies or URL-rewriting in order to track sessions?
>
>> No, the developers are using cookies or URL-rewriting, is this the
>> only way that the sessions can
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
>> Are you using cookies or URL-rewriting in order to track sessions?
> No, the developers are using cookies or URL-rewriting, is this the
> only way that the sessions can replicate between them?
Assuming that Tomca
On Wed, 2007-03-28 at 16:32 -0400, Christopher Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Nelson,
>
> Nelson D. guerrero wrote:
> >> How are you checking to see if the session has changed? Are you looking
> >> at request.getSession().getSessionId()? Or are you looking at
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
>> How are you checking to see if the session has changed? Are you looking
>> at request.getSession().getSessionId()? Or are you looking at some
>> particular object in your sessions to see if that has changed?
>
> I
On Wed, 2007-03-28 at 16:14 -0400, Christopher Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Nelson,
>
> Nelson D. guerrero wrote:
> > I've made a little jsp to show me the current session I'm on, when using
> > it on a standalone tomcat server the session never changes, wh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nelson,
Nelson D. guerrero wrote:
> I've made a little jsp to show me the current session I'm on, when using
> it on a standalone tomcat server the session never changes, when I move
> it to an apache httpd server with mod_jk connected to the same tom
Hello everyone,
I'm new to the list and I've been using tomcat for quite some time now
and have a little question. Any help would be greatly appreciated.
I've made a little jsp to show me the current session I'm on, when using
it on a standalone tomcat server the session never changes, when I m
15 matches
Mail list logo