NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on July 19, 2013, 07:55:39 AM
-
NT 7.15
As an example, if I use this url: http://192.168.1.97:88/?_mobile_=0 using a mobile device (7" tablet) the login page will load in the desktop version but as soon as I login and the IndexPage loads it reverts back to the mobile version.
How do I keep the entire session in the desktop version when using a mobile device?
Chuck
-
In your WebHandler procedure, Propreties / Actions, General tab.
What is "Set Site Mode to" set as?
cheers
Bruce
-
Site Mode is set to "Detect"
Chuck
-
I'm not able to duplicate here Chuck - do you get the same effect in one of the examples?
Also - do you have any hand-code in the WebHandler procedure? that could affect it I guess.
cheers
Bruce
-
Bruce,
I have some code in the RenameFile embed in the WebHandler but that is all. I will see if I can duplicate the problem with one of the examples.
Chuck