silverstripe / silverstripe-sharedraftcontent

Share draft page content with non-CMS users
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

FIX Logout bug on shared preview page #167

Closed sabina-talipova closed 2 years ago

sabina-talipova commented 2 years ago

Description

Fixed issue with unexpected log out by checking if "HTTP_USER_AGENT" is set, then use "HTTP_USER_AGENT", if it is not set, then set it as "CLI".

Parent issue

160