This is a migrated thread and some comments may be shown as answers.

Farm scenario

3 Answers 101 Views
BinaryImage
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 01 Apr 2013, 09:20 PM
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

3 Answers, 1 is accepted

Sort by
0
msigman
Top achievements
Rank 2
answered on 22 May 2013, 06:47 PM
I am not completely sure, but I believe you would do this by creating a custom HttpHandler and using the HttpHandlerUrl property.  This new handler would then use Session to store the image data, instead of Cache.
0
Peter
Top achievements
Rank 1
answered on 13 Dec 2013, 01:57 PM
is there a complete example of how to do this , im surprised telerik STILL hasnt included this into the control.
0
Angel Petrov
Telerik team
answered on 18 Dec 2013, 09:05 AM
Hello Peter,

As I already explained in this forum thread currently there is no full example available which to demonstrate a possible realization. Note however that we are planing the integration of a built-in solution to the problem as mentioned in the thread.

Regards,
Angel Petrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
BinaryImage
Asked by
David
Top achievements
Rank 1
Answers by
msigman
Top achievements
Rank 2
Peter
Top achievements
Rank 1
Angel Petrov
Telerik team
Share this question
or