I would like to know if it’s a good idea to store a delegate of a method sitting in a aspx page into the session
the project that I work on does it and I have a bad feeling about it
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.
This would probably be a bad idea if this were ever to scale to multi-server environment as I’m pretty sure your not going to be able to ensure that the pointer to the memory location that contains the method will be the same on every server casuing some nasty errors.