In the documentation under Unsupported Scenarios, the problem of a server farm is described. This makes sense, but I'm not sure I understand the workaround using Session state:
"To avoid this behavior, you should store the BinaryImage in the Session, and configure your server environment to use out of process Session State (i.e. the Session object is shared among different processes and servers)"
How would I use the BinaryImage control with Session state?
I don't see an "ImageStorageLocation" property, such as is used by RadCaptcha to solve this problem.
Thanks
"To avoid this behavior, you should store the BinaryImage in the Session, and configure your server environment to use out of process Session State (i.e. the Session object is shared among different processes and servers)"
How would I use the BinaryImage control with Session state?
I don't see an "ImageStorageLocation" property, such as is used by RadCaptcha to solve this problem.
Thanks