|
Rank: Newbie Groups: Member
Joined: 4/20/2019 Posts: 5
|
Hi, Is there a way to manage profiles for multi--users of the EO WebBrowser ? Tx for your reply.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
No. There is no profile related features on EO.WebBrowser. You will have to implement that in your application.
|
|
Rank: Newbie Groups: Member
Joined: 4/20/2019 Posts: 5
|
Tx a lot. Is there some example of such code, to give the direction of the track for such feature ? I suppose I have to stock somewhere the coockies, and so on ... but I totally ignore the tecnics. The web horses are a bit dark for me.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
No. You will need to work this out yourself and it would depend on exactly what you want to store and manage in your profile. For example, if you want to store a "home page Url" in your profile, then there may be many tasks related to this:
A. Provide UI for user to edit this setting; B. Save/load this setting; C. Applying this setting by loading the specified Url into EO.WebBrowser;
You would need to implement A and B entirely yourself. You would use features from EO.WebBrowser to implement C. This part is the only part we will provide support to you, as you can see, it has nothing to do with profile at all.
So in short, you must know exactly what you want to do first. We do not provide any generic "profile" support on our product, so you should not rely on us on implementing such feature either, However if you have any specific questions related to our product while you implement such feature, you can contact us and we will be happy to help.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/20/2019 Posts: 5
|
OK, TX very much. I just want to save a "remember me", from an user's session to another. So, I suppose that I have to save a coockie from a given site to this user, and show it at the next session. I will explore deeper the question. Tx again for your reply.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Yes. Cookies are usually used to support such features. This would involve your web server code though. It would not have anything to do with EO.WebBrowser.
|
|