KenticoDevTrev/PartialWidgetPage

Server Side Doesn't pass User Role

KenticoDevTrev opened this issue · 1 comments

For Security, the Server-side partial widget pages are not copying the user's cookie data so there is no security in the call. Client side is fine since it's initiated by the client so it includes this data.

This can be issues for any partial page that has security on it.

Fixed with ed7765d