So I will have to use

        inValidateSession( request );

     What will happen to code like this in by base action if I do this? That
would be lost.

        protected void setLocale(
            HttpServletRequest request,
            Locale locale) {

        HttpSession session = request.getSession(true);
        session.setAttribute( Action.LOCALE_KEY,locale );

    }

Mohan

-----Original Message-----
From: Max Cooper [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 6:18 PM
To: Struts Users Mailing List
Subject: Re: Association between Session object and Cookies/URL
rewriting


>Some login pages and servers may drop your old session when you
>authenticate, but I know that Tomcat doesn't do that unless you explicitly
>have a session.invalidate() call in your login page.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to