Running Drupal 7.34

I have a site where I access and admin it via a VPN into a clients network.
When I access the site via VPN and I inspect its cookies, I can see the one I explicitly created called 'Drupal.session_cache.XYZ'. The behavior of the site based upon the value I have set in this cookie operates correctly when viewed via VPN.

However if I view this same site from it's public side (non VPN) and inspect the cookies, the one I explicitly set is not there and possibly has been replaced by one called 'cookiesession1', however its value is cryptic. This in turn corrupts the behavior of the site based upon any set values.

What could cause this type of issue?
Thanks for any assistance.

Comments

rdeboer’s picture

Hey Keith,

For me this one is in the too-hard basket.

Someone else that can shine light on this matter?

Rik

ksavoie’s picture

Status: Active » Closed (works as designed)

The behavior outlined here was due to an improper handling of $base_url, and nothing to do with this module.

rdeboer’s picture

Thanks for letting us know. Appreciated.