%@ page errorPage = "common_error.jsp" %>
<%
session.invalidate();
session = request.getSession(true);
session.setAttribute("s_header_links","y");
session.setAttribute("s_sub_navig","y");
session.setAttribute("s_title","Forgot Password");
%>
<%
/**
*used to stop user from refreshing the page
**/
session.setAttribute("s_forgotmode","enters") ;
int f_int_min_username = 1 ; // sebase.A_INT_MIN_USERID_LENGTH;
String f_str_user_name_len = sebase.A_INT_MAX_USERID_LENGTH + ""; // stores max user name length length
String f_str_email_id_len= sebase.A_INT_MAX_EMAIL_LENGTH + ""; // stores max email id length
%>
|