reconnect to disconnected session while roaming with Xeniths

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7612
    tmilam
    Member
    • Total Post: 2
    • Newbie

    I’d like to enable automatic reconnection for users logging into a Xenith, but only if they have an active Xendesktop they’d disconnected from earlier. We keep our Xendesktops ‘spun up’ and ready for the user until they’ve been idle for 4 hours.

    This is a big deal because our users get 10 desktops to choose from. It would be wonderful to get to reconnect automatically when they log into a Xenith.

    I’ve tried using AutoConnectList=”*” and that was a mess. It launched all 10 desktops.

    How can this xen.ini file be adjusted to allow for the preferred behavior?


    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=0

    ;*************************************************************
    ;* Input Devices *
    ;*************************************************************

    Language=Us

    ;*************************************************************
    ;* Display *
    ;*************************************************************

    ; If you are using a version of WTOS code < 7.0.1_13 please use:
    ; Resolution=DDC Refresh=
    Screen=1 Resolution=DDC
    DesktopColorDepth=32
    Desktop=Presentation2.bmp Layout Layout=Stretch

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    Timeserver=time.nist.gov Timeformat="24-hour format"
    TimeZone='GMT - 05:00' ManualOverride=yes TimeZoneName="US Eastern Standard Time" DayLightName="US Eastern Daylight Time"

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    Device=Ethernet Speed="Auto"
    SignOn=Yes ConnectionManager=hide EnableOK=Yes IconGroupStyle=Default
    DisableDomain=yes
    DomainList="DOMAIN.ORG"

    ;*************************************************************
    ;* Wireless *
    ;*************************************************************

    ;IEEE8021X=yes network=wireless access=WPA2-ENT eap=yes eaptype=EAP-PEAP peapeap=EAP-MSCHAPV2 peapmschapun=thcxxxxxxx ;peapmschappwd=xxxxxxx
    ;Device=Wireless Mode=Infrastructure SSID=admin Channel=5

    ;*************************************************************
    ;* General Session *
    ;*************************************************************

    SessionConfig=ALL UnmapPrinters=no
    Reconnect=no

    ;*************************************************************
    ;* ICA *
    ;*************************************************************
    IcaBrowsing=HTTP
    WyseVDA=yes
    Seamless=yes
    Autoconnect=1
    PnliteServer=172.16.20.4 ReconnectAtLogon=1 ReconnectFromButton=1
    SessionConfig=ICA DesktopMode=Fullscreen SessionReliability=yes OnDesktop=yes ProgressiveDisplay=yes AudioQuality=Default
    #23079
    tmilam
    Member
    • Total Post: 2
    • Newbie

    Also worth noting that AutoConnectList=”Farm:Desktop*” is not an option because I cannot predict what desktop the user would have chosen initially.

    #23098
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    When you want the user to auto reconnect to their sessions, why did you add
    Reconnect=no to your ini file?

    CG

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.