Hi,

I've a problem with holding the session between two namespaces.
I defined 3 namespaces:
- /: The unsecure namespace
- /secure: The secure namespace -> user has to be logged in
- /usermanager: The special secure namespace -> user has to have permission to get there

The LoginAction forwards the user into the secure namespace. There I have a menu with
        <a href="<s:url action="action1" namespace="secure"/>">link1</a>
        <a href="<s:url action="action2" namespace="secure"/>">link2</a>
        <a href="
                <s:url action="action3" namespace="usermanager"/>
                ">link3</a>

When I switch to the action2 the session is hold. Switching back to action1 works as well. But if I switch to action3 I get the right page, but switching back to action1 or action2 I get the login page. After some debugging I've seen that the session was killed. After some further debugging I've seen that this only happens when I switch the namespace.

Has anyone an idea, what I did wrong?

Regards,
Michael

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

Reply via email to