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

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




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

Reply via email to