Jump to content

Email is not set in cookie after identity update


Shurek

Recommended Posts

Dear All,

 

After i update the email in my account the value will not update in the cookie.

I have this code to get email value in an input field:

 

Page A:

 

<input class="is_required validate form-control" data-validate="isEmail" type="email" name="email" id="email" value="{$cookie->email|escape:'htmlall':'UTF-8'}" required />

 

But after i go page: index.php?controller=identity (to change my email)

 

The email is updated in the BO, but when i return to the page A where the input field is, the input field gets the old value.

 

Hope you have an answer?

 

Best regards,

 

Sjoerd

 

ps. I'll hope my english is well enough to explain

Edited by Shurek (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...