Hi all,
I need to write a logon servlet - a user will come along enter user credentials (username,password), and the servlet will authenticate them
If authenticated i want to sore a token (cookie) on the user browser that expires after say 60 minutes.
Also, when authenticated the user is taken to page using a url when they can access our web services. How to a create the url, so that it just can't be type in?
Can anyone provide some sample code, as I'm newto httpcookie, httprequest, HttpServletRequest etc
Thanks for any help offered