|
Rank: Newbie Groups: Member
Joined: 10/8/2015 Posts: 6
|
Hello
I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?
Thanks, Greg
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You won't be able to read the cookies in OnBeforeLoad event. That's too early. However you can attach your own cookies at this stage. You can read cookies attached by the browser engine in OnBeforeSendHeaders. However you will not be able to change cookies in OnBeforeSendHeaders.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/8/2015 Posts: 6
|
Thank you
|
|
Rank: Guest Groups: Guest
Joined: 5/27/2007 Posts: -34
|
gsvi wrote:Hello
I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?
Thanks, Greg Thanks for the update. Noting the missing annotations—looking forward to your findings. Let us know once you have more details.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
pitterson wrote:gsvi wrote:Hello
I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?
Thanks, Greg Thanks for the update. Noting the missing annotations—looking forward to your findings. Let us know once you have more details. Can you explain what problems are you referring to and how it is related to the original post you quoted?
|
|