Re: Preserving Login Information

2002-04-29 Thread Martin Cooper
Vivek, Your questions are really generic servlet questions, unrelated to Struts. I would suggest looking for answers in a more generic forum, such as [EMAIL PROTECTED] If you have related questions which are Struts specific, then it would be a good idea for you to ask them on the struts-user lis

RE: Preserving Login Information

2002-04-29 Thread Phase Web and Multimedia
) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: vivek shrivastava [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: RE: Preserving Login Information Hi, I am using Programmatic authenticatio

RE: Preserving Login Information

2002-04-29 Thread vivek shrivastava
MAIL PROTECTED]> >Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> >To: "Struts Developers List" <[EMAIL PROTECTED]> >Subject: RE: Preserving Login Information >Date: Mon, 29 Apr 2002 01:41:02 -0600 > >Question #1: > >What

RE: Preserving Login Information

2002-04-29 Thread vivek shrivastava
>Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> >To: "Struts Developers List" <[EMAIL PROTECTED]> >Subject: RE: Preserving Login Information >Date: Mon, 29 Apr 2002 01:41:02 -0600 > >Question #1: > >What security are you using? I

Re: Preserving Login Information

2002-04-29 Thread vivek shrivastava
Hi, Just to let know that i am using Programmatic authentication( one way Encryption ) for my login authentication. what is "Checklogon" tag for in struts? is this the solution for my problem # 1? Please do reply me! thanks >From: "vivek shrivastava" <[EMAIL PROTECTED]> >Reply-To: "Struts

RE: Preserving Login Information

2002-04-29 Thread Phase Web and Multimedia
Question #1: What security are you using? I am assuming container managed. If so, then you can use the programmatic standard of request.isUserInRole(String role). To find out user or principal identification you can use the request.getRemoteUser() and request.getUserPrincipal(). Another plan is t