Welcome Guest Search | Active Topics | Sign In | Register

Multi-user profiles Options
crazyfroggy
Posted: Monday, April 22, 2019 9:59:16 AM
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.
eo_support
Posted: Monday, April 22, 2019 10:14:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
No. There is no profile related features on EO.WebBrowser. You will have to implement that in your application.
crazyfroggy
Posted: Monday, April 22, 2019 1:32:55 PM
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.
eo_support
Posted: Monday, April 22, 2019 1:56:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
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!
crazyfroggy
Posted: Monday, April 22, 2019 2:35:46 PM
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.
eo_support
Posted: Monday, April 22, 2019 2:53:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.