RE: session and authenthication management (fwd)

2000-09-20 Thread Magnus Rydin
Title: RE: session and authenthication management (fwd)



Im 
sorry, according to the specification, the posting should go to 
"j_security_check".
That 
it works this way is a convenient feature of Orion, but should not be used for 
applications intended to run on other application servers, as the correct way of 
doing it is calling the "j_security_check".

The 
ATM will be updated accordingly this weekend.

*blush*

WR

  -Original Message-From: Magnus Rydin 
  Sent: den 19 september 2000 15:12To: 
  Orion-InterestSubject: RE: session and authenthication management 
  (fwd)
  Hi Truong. In the web.xml you specify 
  what page to use as a login form and a aditional login error form. 
  Then you just make sure that you protect the rest of your 
  pages. As there is no action in the FORM tag on the 
  login page, whatever URL the user tried to reach (that was protected), is the 
  target of the form.
  The submit button is in the form of a IMAGE, so its there 
  allright. Hope this helps, Magnus Rydin 
   Hello,  I would like to build 
  a user login system. So I have studied the atm  
  example, but anyway I didn't know how it is implemented.  Could you give  me any hint? 
   e.g. in the form tag there is no action attribute and 
  submit  button. Where is the session creation and 
  user authenthication?  Thanks in advance, 
   Ly   


session and authenthication management (fwd)

2000-09-19 Thread Joseph B. Ottinger

More stuff sent to me and not the list. :)

---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo  HOMES.COM Developer

-- Forwarded message --
Date: Mon, 18 Sep 2000 19:50:05 +0200
From: Truong Di Ly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: session and authenthication management

Hello,
I would like to build a user login system. So I have studied the atm
example, but anyway I didn't know how it is implemented. Could you give
me any hint?
e.g. in the form tag there is no action attribute and submit
button. Where is the session creation and user authenthication?
Thanks in advance,
Ly





RE: session and authenthication management (fwd)

2000-09-19 Thread Magnus Rydin
Title: RE: session and authenthication management (fwd)





Hi Truong.
In the web.xml you specify what page to use as a login form and a aditional login error form.
Then you just make sure that you protect the rest of your pages.
As there is no action in the FORM tag on the login page, whatever URL the user tried to reach (that was protected), is the target of the form.

The submit button is in the form of a IMAGE, so its there allright.
Hope this helps,
Magnus Rydin



 Hello,
 I would like to build a user login system. So I have studied the atm
 example, but anyway I didn't know how it is implemented. 
 Could you give
 me any hint?
 e.g. in the form tag there is no action attribute and submit
 button. Where is the session creation and user authenthication?
 Thanks in advance,
 Ly