-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Hi,
On Tue, 21 Sep 1999, Sun JunXu wrote:
SJ| but I still got a problem, I can access the session in any servlet within
SJ| the JSSI page. in servlet of this JSSI page,
SJ| request.isRequestedSessionIdFromCookie(), false
SJ| request.isRequestedSessionIdFromUrl() , true
SJ| request.isRequestedSessionIdValid(), false
SJ| because last one is false, so I can' t get session passed from previous
SJ| page,
works fine here. Maybe you mispelled the name of the Session-identifier ?
Compare the name an encodeUrl() call generates with that you propagate. In
later versions of jserv (at least in the CVS), the session identifier
contains the zone-name as well to differentiate between the contexts, so
'JServSessionId' may not be right.
ciao,
-hen
---
Henner Zeller [EMAIL PROTECTED]
PGP pub key [77F75B39]: finger [EMAIL PROTECTED]
Microsoft is not the answer, it's the question. The answer is 'NO'
--
--------------------------------------------------------------
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]