I think I've found the source of the problem! It looks like it arise
when the url of a frame is set through javascript instead of user
interaction. Indeed, the page returned after the login (who can access the
session values) is resetting the content of all frames through javascipt by
changing the location.href. In the returned pages, no one have access to
the session variables. However, if a follow a link in those pages, it seems
that I recover the access to the session again.
I've done a simple test where a page redirect to another one (which use
session variables) with javascript and the session isn't accessible.
However, when I redirect to the 2nd page via a standard link that's clicked,
the page is return with all dynamic data loaded properly.
Is it possible that the browser doesn't add the session's cookie when
changing the url with javascript?
If that is at last the cause of my problem, did you know a way to add
the cookie to the javascript redirection? Or another way of automatically
loading other frames content?
Thanks,
Stephane
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html