TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sathishkumar Krishnamoorthy
NA
4
6.9k
How to fix Header Manipulation of below code
Oct 8 2015 3:38 AM
Dim footer_strQSPersonalize As String = Request.QueryString("SitePersonalize")
Dim footer_strCookiePersonalize As String
'East Scan Fix Header manipulation LPYT 10/8/2015
If (Server.HtmlEncode(Request.Cookies("SitePersonalize") Is Nothing)) Then
footer_strCookiePersonalize = ""
Else
footer_strCookiePersonalize = Server.HtmlEncode(Request.Cookies("SitePersonalize").Value)
End If
'
_Personalize = _Util.GetPersonalization(Request.ServerVariables("server_name"), footer_strQSPersonalize, footer_strCookiePersonalize)
Server.HtmlEncode(Response.Cookies("SitePersonalize").Value = _Personalize)
'******************************************
Reply
Answers (
0
)
Image from database
xslt filename problem in href