For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 3 voices, and was last updated 13 years, 4 months ago by
alexander.
-
AuthorPosts
-
alexanderMemberDear fellow mobione users & developers,
first of all, I am not a technique expert or programmer and kindly ask you in case I need help and support in following matter:
I would like to create an Web-App for our online based free available hotel stay planner with eConcierge function called worldcheckin.com (WCI). Therefore a remote access via web-app solution is needed to log-in to the myWCI area and to manage the account online via this web-app.Here is what I would like to to with the App:
The main idea is,to use this web-app with serveral templates to store user details in one of these template (userdata) and to use them at other templates to log-in and manage the web site via log-in buttons to be forwarded to the myWCI online member area and member pages (https://www.worldcheckin.com/member/).
Therefore I have created following 4 templates which are availabe enclose. The app’s are created in usage to be submitted via links to general web sites (without log-in) and to be submitted into the members area submitted via form handler which includes the log-in details of the user.PROBLEM
No 1. I would like to store & reload the user data and log-in details within the web-app and to sync these details when the several templates of the web-app is started. An interaction between the templates should be, that the stored details of user data will be available for all templates if needed, to get or manage and send these user data information (between “start” and “userdata” template) and to be used to manage and log-in to the online data base of worldcheckin.No 2. Actually the problem is, that when I use the “start” template with user details to login via form handler transmit as html-url, I will be forwarded into the member space of our site – ok so far, but if I click buttons within the member space to change into an other secure site within the security area, I will be logged out and need to re-log-me-in. Now I need a solution that if I use login details and store these on mobile devices these details should be stored within the app and used each time if someone is using the links to get forwarded into our secure web-Space. e.g. you can say mobile remote controll.
What I now need from you is
a. that you check my templates which I have created
b. find out why they are not working propper
c. give me advice or better if possible deliver me my templates back with problem solution
d. send me templates which are working propperFor your Testing:
1.Register as traveller for free and non-bindingly membership at worldcheckin.com (http://en.worldcheckin.com/#register) and create your own member id to use these details for testing.
2. Use my web-app templates to log-in to our main myWCI-Site (https://www.worldcheckin.com/member/) and use the buttons (these are our external links to the general sites which will open as new windows in the web-browser)
– book a hotel – http://en.hotels.worldcheckin.com/
– book a flight – https://www.worldcheckin.com/member/reisen/buchen_fluege_en.php
– rent a car – http://www.worldcheckin.com/member/reisen/buchen_mietwagen.phphere is where the problem occur within the web-app, where you always have to re-log-in within the mobile browser because these are our secure sites
MANAGE your trip (these are our internal links within the myWCI area)
– lookup to current trips – https://www.worldcheckin.com/member/aufenthalt/
– read messages – https://www.worldcheckin.com/member/nachrichten.php
– view schedules – https://www.worldcheckin.com/member/kalender.php
The problem is, by click on one of these buttons, the user will be logged out and need to re-log-in with his log-in details. I want to solve the problem that there will be no need to re-log-in f.e. by usage of the stored user log-in details or to add these user details to the link of button which will be used to click on.Hopefully I could explain my problem proper in case I am from Germany and hope to get soon help from you.
Alexander
Attachments:
You must be logged in to view attached files.March 14, 2013 at 7:35 pm #336645
support-michaelKeymasterHi Alexander,
I realize you have submitted multiple requests seeking programming assistance for integration issues with your site. This level of integration issue is beyond the scope of support we can provide. Additionally, the mobione community has not expressed interest in this problem. The next step I recommend is that you seek out a consultant experienced with such integration problems.
March 15, 2013 at 10:27 am #336673
alexanderMemberDear Wayne,
thank you for your respond. Exempt from your suggestion, there is still a problem which has to be solved first before I start to find someone who will help me with programming of other extensive issues.
I found out following:
1. Log-In problem after bookmarking
it seems that it has something to do with bookmark, because if I use the template “wci_start” by only link usage, the login process works perfect, BUT after I bookmark the login template and try to relog-in then the usage of internal links are not possible and I will be logged out.2. Local data storage problem and reload
the storage of login details at the template “wci_profile” is still not possible.
I would like to use this with a sync process. That the user will be able, after storage of his user details in profile template, to start the “wci_start” site and reload his stored details from “wci_profile site” and log-in to the secure website without being logged out.Please be so kind and help me as soon as possible. Find my new templates enclose. My templates and webapp mobione sites are located at http://app.worldcheckin.com for testing.
Cheers,
Alexander
Attachments:
You must be logged in to view attached files.March 15, 2013 at 10:58 am #336676
BrandonMemberFor your local storage of saving and recalling user data look at this post:
http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=5168March 15, 2013 at 11:23 am #336682
alexanderMemberThank you I will check the reload session on weekend,
but my main problem of autolog-out by bookmarked mobione site is still not solved.
Could you please help me also with this matter?Alexander
March 15, 2013 at 4:37 pm #336688
BrandonMemberI havent had time to look at it, but I’m not sure how the site is setup but they may be using session storage for the login, this could be why the bookmarking does not work.
March 16, 2013 at 1:29 pm #336700
alexanderMemberYes I think too that the session storage will be the point.
What do I need to setup within mobione to make a bookmark session storage possible?
Would be great to get answer soon to make a bookmark usage with session storage possible.Alexander
March 17, 2013 at 11:46 am #336709
BrandonMemberI think that may depend on how the site is set to take the info. Sometimes in php you can pass parameters on the end of the url
(like login.php?username=usrname&password=password)I think you would have to find out from who developed the page if there is a way to do this or not.
March 17, 2013 at 12:22 pm #336710
alexanderMemberHi CincyPlanet,
thanks for your respond.
1. Problem – auto logout of bookmarked sites by clicking internal links
I got the information from the supplier who has created the secure site login and he told me that it will not be possible to use endings on the url (like login.php?username=usrname&password=password).Problem is only by using the bookmared login-site when I click on a internal link I will be logged out.
If I use the site url without bookmark the login and the internal links work fine. You can test it via app.worldcheckin.comHow can we solve this problem?
2. Problem – Reload on startup
while I would like to use a reload of user data storage (location wci_profile) by start (location wci_start). I have created a toggle to set on an off and have used the java script codes you advised. But it is not working propper.Find enclose my templates to use.
Please be so kind and help me in this way.Alexander
Attachments:
You must be logged in to view attached files. -
AuthorPosts
