• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

sevlets about signup and login

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello dear friends! i need servlets about user's signup and then
login, i mean to say when user visits my website he has to first (signup) username,password and then he is allowed to visit my site and after then confirmation of his password (login). i hope i wil get +tive response from you.
Thanks
 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Adarsh! I was just about to post the same question...
Anyone?
 
Ranch Hand
Posts: 227
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What i got from ur question is ur trying to achieve login functionality..if so here are the steps.
When user hit ur site show him a login screen..
On submit direct to SignUp Servlet.
In This servlet if login is successful redirect to
confirmation page else to error page..
To redirect u can use response.sendRedirect API
Rgds
Manohar
reply
    Bookmark Topic Watch Topic
  • New Topic