Hi all,
I am trying to get the cookie values to display on a page of my web app. It works fine until I try to get any text having a '@' character in it (e.g. '
[email protected]' or 'a@a'). In such case it is printing the first few characters before the '@' symbol. Does anyone have any explanation/suggestions?
I used similar code like this:
cookie.jsp
setcookie.jsp
showcookievalue.jsp
Ideas or suggestions are highly appreciated.
Thanks.
Mohammad
[ April 10, 2008: Message edited by: Mohammad Akon ]