> Yes From the request you get the session > Here is a good example of setting the session locale > http://www.jguru.com/faq/view.jsp?EID=1057614 > > I guess I dont understand why you would be accessing Session variables when > request.getSession(false) is in force. (you do not wish to create a session) > > Could you explain a bit? Hi Martin, I want to keep Session="false" in the page declaration and still be able to use Struts with session-scoped form beans. But it doesn't work even though the user has a session (request.getSession(false) will return the session correctly). Any ideas? Thanks, - Yagiz - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

