----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
FYI, I've heard that WebSphere has basically
overridden the Java Session API to be distributed
across a server farm with an abstract store.
Otherwise, you could use a rotator like BigIP that has
sticky cookie sessions to make sure a user always goes
to the same server in a server farm for the length of
a session and use the standard Java Session API.
--- jon * <[EMAIL PROTECTED]> wrote:
>
> on 2/10/00 11:38 AM, Steve Nguyen
> <[EMAIL PROTECTED]> wrote:
>
> > Thanks Jon. But can we utilize the session values
> accross the JVM (in memory).
> > I doubt it.
>
> No. For that, you need to come up with your own
> scheme. For what you are
> doing, I suggest that you write your own encodeUrl()
> wrapper that does what
> you need. I would suggest abstracting the sessioning
> out to a database on
> the back end in that case. You could start with the
> DynamicURI class that is
> included with Turbine and work from there.
>
> -jon
>
> --
> Come to the first official Apache Software
> Foundation
> Conference! <http://ApacheCon.Com/>
>
>
=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]