This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have requirement where user logins through login page & his information is stored as cookie ,so now i need to display the same user id when the user clicks submit in another jsp page that is been stored as a cookie ,so can any one let me know how i can display the cookie information.
please help me in this ...
Thanks krish
Michael Ku
Ranch Hand
Joined: Apr 20, 2002
Posts: 510
posted
0
You can get the cookies out of the request object. Then locate the cookie you want by name and display what you want.
Are you posting to a Servlet or JSP? In your JSP are you using JSTL, the EL or scripting?
What have you done so far?
More info please...
krish chaitu
Ranch Hand
Joined: Oct 09, 2007
Posts: 32
posted
0
Originally posted by krish chaitu: Hi,
I have requirement where user logins through login page & his information is stored as cookie ,so now i need to display the same user id when the user clicks submit in another jsp page that is been stored as a cookie ,so can any one let me know how i can display the cookie information.
please help me in this ...
Thanks krish
Iam trying to display the user id information that is stored in a cookie in jsp page.
Thanks krish
krish chaitu
Ranch Hand
Joined: Oct 09, 2007
Posts: 32
posted
0
hi Iam using jstl to display the data,so i need some example that uses jstl to display the cookie information