Basically I want to have a link in an email like http://localhost/myapp/servlet/myapp?accountNum=10 When they click on the link, they haven't logged on, so it goes to the login page. After they've logged in, the parameters are no longer accessable from data.getParameters() in Index.java . Where do I need to intercept these parameters? I see them written in the url on the login page like http://localhost/myapp/servlet/myapp/accountNum/10 but how do I access them after that? Do I need to override the login procedure to grab them out and stuff them into the session? Thanks, Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
