Hey Guys,

I've got a page that allows a user to join up to the service.
I want them then to continue using the site as a logged in user.
I'm sure there's a really really easy way to fake the login.
I've got a custom JAAS login module which authenticates the user.

The flow is 

User goes to join page 
fills in details presses "join"

Request comes back into the system validates the users details - the
usual
As a response to a successful "join" 
the user is sent to a page in the logged in section of the site.

Now the issue is that the user is being presented the login page
requesting the username / password - i don't want that :)

what do I need to do to make it work ?

I'm using tomcat 6, java 1.6 on linux

Thanks

D


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to