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

I had the same issue. If you go across zones you loose session information.

Now I have the same user authorization servlet in each zone (representing
differnet subsystems) and everything works fine.

-----Original Message-----
From: David Molloy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 24, 2000 8:42 AM
To: JServ List
Subject: Sessions Between Zones


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

Hi,
        I'm attempting to set up a large(ish) scale project where
users can log into a system and then depending whether they are
authorized they can use various other sub-systems.  I have the
authentication working within a zone - when a user logs in the
user profile is stored in the session.  I want to use this information
from the primary zone in each of the secondary zones - so can 
session information be shared between the seperate zones?  Each of
the servlets creates an id called JServSessionId(zonename) so 
each zone has a seperate set of session information.  How can the
information be shared between zones - or is it possible to have 
some sort of session heirarchy?

Thanks for any help,
David Molloy



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to