Hi,
 I have a web app use Struts 1.1 and Websphere app.
server 4.0.5.
 The user need to login to the app. and after login,
user can click back button on browser to previous
page.
 In case user go back to login page and type different
login. info, I need to clear the current session by
calling session.invalidate(), then create a new
session for this new login by redirecting to the same
login page with login info. need to carry over.

 The problem is I don't want to use GET method in the
redirect link that will show all parameters on the
URL, how can I do a post for a redirect that the user
won't notice any difference as their first time login?

Thanks.
David

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

Reply via email to