Is it possible to read a Drupal session variable $user in xojo. I know I can pass it using php to launch the Xojo app in a frame, but wanted to see if there was another way.
Thanks
Is it possible to read a Drupal session variable $user in xojo. I know I can pass it using php to launch the Xojo app in a frame, but wanted to see if there was another way.
Thanks
You may not need a frame. HandleSpecialURL or HandleURL could get the value silently in the form of a URL parameter.
@Michel Bujardet could you elaborate? My apps are all running in frames so they appear to be part of our Drupal Site.
He HandleSpecialUrl and HandleURL are complete mysteries to me now.
Thanks!