i want to chek is the user is loggedin before hitting the ajax request
or i want to chek in ajax handler(ashx file)
i have httpContext there in ashx file
can i chek thru dis?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your
IHttpHandler(.ashx handler) handler make it implement theIReadOnlySessionStateorIRequiresSessionState(if it needs to set anything) interfaces, like this: