You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class DogrulamaHandler : IHttpHandler, System.Web.SessionState.IRequiresSessionState
{
public void ProcessRequest(HttpContext context)
{
Snlg_ImageValidateCode ci = new Snlg_ImageValidateCode(Convert.ToInt32(HttpContext.Current.Request.QueryString["g"]), Convert.ToInt32(HttpContext.Current.Request.QueryString["y"]), Convert.ToByte(HttpContext.Current.Request.QueryString["u"]));