| Author |
Cookie problem
|
Mohammad Akon
Greenhorn
Joined: Jul 17, 2007
Posts: 19
|
|
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. 'abc@example.com' 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 ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
Not a Struts question. This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
This isn't related to your issue, but why are you doing things like: instead of the much simpler: ?
|
 |
 |
|
|
subject: Cookie problem
|
|
|