opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
171 stars 87 forks source link

Cookies stored cause problems with multiple BIMservers on the same host #58

Closed rubendel closed 7 years ago

rubendel commented 7 years ago

When people are either:

The cookies stored tend to cause problems. There are 2 cookies "address" and "autologin". Both are prefixed with the port already, but not with anything else. The actual location of the cookie seems to always be on the root path.

Changing the root path that is being used to the root path of the client application (BIMvie.ws) might fix this. Could actuallt be a BimServerJavaScriptApi problem.

rubendel commented 7 years ago

This has been fixed