Welcome Guest Search | Active Topics | Sign In | Register

Remember me Options
Rick Morayniss
Posted: Friday, March 13, 2015 3:21:51 PM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
When my app was running the VS browser, I was able to implement a "RemeberMe" function so the user did not have to continually enter there login name when they started the website, only their pwd.
That code does not work in Eo.Webbrowser. Is there a way in the control I can do that?
eo_support
Posted: Friday, March 13, 2015 3:38:01 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

This would depends on how your "remember me" feature is implemented. If it is implemented based on cookies, then make sure you always set EO.WebBrowser.Runtime.CachePath to a fixed path. This is where EO.WebBrowser saves cookies. If you leave it blank it will automatically save it to a temp location and that can change and cause you to lose the cookies.

Thanks!
Rick Morayniss
Posted: Friday, March 13, 2015 3:44:53 PM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
I have
EO.WebBrowser.Runtime.CachePath = System.Reflection.Assembly.GetExecutingAssembly().Location;
in my code right after the license number
eo_support
Posted: Friday, March 13, 2015 6:25:35 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

In that case I am not sure what's causing that problem. You can try to isolate the problem into a test app and send us the test app. Once we have that we will see what we can find. See here for more instructions on sending the test app:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!


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.