<%
Cookie cookie = null;
Cookie cookies[] = request.getCookies();
String cookieValue = "";
if (cookies != null)
{
for (int index = 0; index < cookies.length; index++)
{
if (cookies[index].getName().equalsIgnoreCase("fesj"))
{
cookie = cookies[index];
}
}
}
if (cookie != null)
cookieValue = (String)cookie.getValue();
%>
Une présentation
de : TELUS