Click here to Skip to main content
16,005,734 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Password in Cookies Pin
varshavmane10-Sep-07 19:53
varshavmane10-Sep-07 19:53 
GeneralRe: Password in Cookies Pin
Sandeep Akhare10-Sep-07 20:28
Sandeep Akhare10-Sep-07 20:28 
GeneralRe: Password in Cookies Pin
varshavmane10-Sep-07 22:44
varshavmane10-Sep-07 22:44 
GeneralRe: Password in Cookies Pin
Sandeep Akhare10-Sep-07 23:37
Sandeep Akhare10-Sep-07 23:37 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 0:06
varshavmane11-Sep-07 0:06 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 0:37
Sandeep Akhare11-Sep-07 0:37 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 0:53
varshavmane11-Sep-07 0:53 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 1:02
Sandeep Akhare11-Sep-07 1:02 
<br />
HttpCookie cookie = new HttpCookie(TxtBxUserName.Text);<br />
            cookie.Values.Add("",TxtBxUserName.Text + "|" + TxtBxPassword.Text+";");<br />

It is happening because you need to store the cookies with different name see above code where i have created cookie with name USername and pass it value as "" and password . i think you are creating cookies with same name/key again check whether you are resetting the cookies you should not reset cookies.I hope you got the point Blush | :O



Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 1:20
varshavmane11-Sep-07 1:20 
GeneralRe: Password in Cookies [modified] Pin
Sandeep Akhare11-Sep-07 1:11
Sandeep Akhare11-Sep-07 1:11 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 2:20
varshavmane11-Sep-07 2:20 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 3:25
Sandeep Akhare11-Sep-07 3:25 
QuestionI want to change the number format to Local Culture in JS by reading culture value from Web Config Pin
Arun Kumar Babu10-Sep-07 19:07
Arun Kumar Babu10-Sep-07 19:07 
QuestionForm authentication Pin
bhattiprolu10-Sep-07 19:01
bhattiprolu10-Sep-07 19:01 
AnswerRe: Form authentication Pin
varshavmane10-Sep-07 19:18
varshavmane10-Sep-07 19:18 
QuestionProblems in master page! Pin
Affan Toor10-Sep-07 19:00
Affan Toor10-Sep-07 19:00 
AnswerRe: Problems in master page! Pin
Sandeep Akhare10-Sep-07 19:30
Sandeep Akhare10-Sep-07 19:30 
QuestionPopup Window in FireFox Pin
Mahesh.J10-Sep-07 18:07
Mahesh.J10-Sep-07 18:07 
AnswerRe: Popup Window in FireFox Pin
Sandeep Akhare10-Sep-07 19:44
Sandeep Akhare10-Sep-07 19:44 
QuestionExprot to Word Is Error Pin
AnhTin10-Sep-07 17:06
AnhTin10-Sep-07 17:06 
QuestionDataset in ap.net2.0 Pin
dhulipudi10-Sep-07 16:28
dhulipudi10-Sep-07 16:28 
AnswerRe: Dataset in ap.net2.0 Pin
Sandeep Akhare10-Sep-07 19:48
Sandeep Akhare10-Sep-07 19:48 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 19:52
dhulipudi10-Sep-07 19:52 
AnswerRe: Dataset in ap.net2.0 Pin
varshavmane10-Sep-07 20:19
varshavmane10-Sep-07 20:19 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 20:37
dhulipudi10-Sep-07 20:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.