A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
if(PersonalizedData.Current!=null)
{
// Print current value
if(PersonalizedData.Current["MyTestKey"]!=null)
Response.Write(PersonalizedData.Current["MyTestKey"]);
// Set new value
PersonalizedData.Current["MyTestKey"] = "MyTestValue";
}