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
Sanjeet
NA
2
0
C# Cookie
Apr 30 2005 7:16 PM
I am writing a cookie in c# to pass to a different server. I am not getting any error messages when I compile. The cookie does not work correctly. When I step through the debugger I can see the values being passed into the cookie. Do you have any suggestions? ----------------------------------------------------------------------- string returnURL = PageBase.CmsPosting.Url; HttpCookie confexCookie = new HttpCookie("LyrisForumn"); confexCookie.Value = (password); confexCookie.Value = (strListName); confexCookie.Value = (PageBase.CurrentUserEmail); confexCookie.Value = (returnURL); confexCookie.Domain = ConfigurationSettings.AppSettings["ConfexCookieDomain"]; Response.Cookies.Add(confexCookie); Response.Redirect("http://{listserv.ift.org}/read/login/auto.tml");
Reply
Answers (
1
)
a very annoing exception
XML....