Skeer Sorry if this is kinda elementary, I'm not familiar enough with Cookies to figure this out so far. Does CW set a consistent session cookie from login through either refresh or expiration?
gregtwallace Yes, there is one cookie that stores a session token. You can see it if you use your browsers developer tools.
Skeer Thought so, just wanted to be positive. A second if I may, is the cookie: session_token=xx relying or using the clients IP at all?