Helloo

u can do in following way

<map:match pattern="logout">
    <map:act type="session-invalidate"/>
    <map:act type="request">
        <map:parameter name="parameters" value="true"/>
        <map:redirect-to uri="login"/>
    </map:act>
</map:match>


Regards
Deepak


On Tue, 23 Nov 2004 Chris Chappell wrote :
>Hi there
>
>Can anyone give me a pointer how to logout a JDBC Realm  authenticated user 
>without closing the browser).
>E.g. I need a log out button with forwards to a goodbye page and does 
>something like  this (fictitious) "userSession.expire();"
>I've had a trawl thriough the docs etc and nothing springs to obvious use.
>Using SSL though don't think this would change anything re this.
>
>Cheers
>
>Chris Chappell
>
>(TC 5.0.19 on Sol9 + MySQL 4)
>

Reply via email to