•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 426,567 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,639 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 992 | Replies: 3
![]() |
•
•
Join Date: Jul 2005
Location: Dallas, TX
Posts: 481
Reputation:
Rep Power: 4
Solved Threads: 19
Been banging my head against the wall for the last several hours. What the &^*% am I doing wrong.
Code to set the cookie
code to read the information back in
Code to set the cookie
Response.Cookies["mydomain-LoginName"].Value = ((Login)sender).UserName;
Response.Cookies["mydomain-LoginName"].Expires = DateTime.Now.AddDays(30);strLoginName = Request.Cookies["mydomain-LoginName"].Value;
•
•
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation:
Rep Power: 3
Solved Threads: 10
first try
Are you not getting anything? Does your browser not accept cookies? Or only from certain paths? If it doesnt you wont get an error. Test with
strLoginName = Server.HTMLEncode(Request.Cookies["mydomain-LoginName"].Value);
Are you not getting anything? Does your browser not accept cookies? Or only from certain paths? If it doesnt you wont get an error. Test with
Request.QueryString["AcceptsCookies"] to find out. ![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Fan driving me crazy in need of asprin (Cases, Fans and Power Supplies)
- browser popup and redirection (Viruses, Spyware and other Nasties)
- Please, I need help removing NGPW36 (Viruses, Spyware and other Nasties)
- ads234 is driving me NUTS (Viruses, Spyware and other Nasties)
- wiinter: Intermittent internet connection is driving me nuts (Networking Hardware Configuration)
Other Threads in the ASP.NET Forum
- Previous Thread: how to loop thru checked checkbox to retrieve its value?!?
- Next Thread: Docking in panel


Linear Mode