Using the passed values, the User will be retrieved from the UserDAO. If no user was found null will be returned, otherwise the user is prepared for recovering. The sessionID for the user is returned.
@param email the e-mail string
@param phone the string representing a phone-number
@return the sessionID for User that matches the passed values, or null ifthe user was not identified.
@throws ServiceException if a database error occured
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.