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
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 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
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(
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
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