Browse by Tags

Related Posts

  • Obtaining information from a preset textbox

    On my website, whenever a user submits a comment, I create a persistent cookie ("UserInfo") that contains their name, location, and email address. That way, whenever they return to the website, that information will automatically be entered for them in the form. I am using the "code from...
    Posted to Web Forms (Forum) by leavelbw on 06-10-2009, 12:00 AM
    Filed under: persistent, TextBox, cookie
  • Cookies from Silverlight to asp.net

    I have a cookie being saved in silverlight in order to pass some information to my asp.net page. When I try to read the cookie in ASP.net it's doesn't exist. What am I doing wrong?! Below is my Silverlight Save Cookie Code: string oldCookie = HtmlPage .Document.GetProperty( "MASIInfo"...
    Posted to State Management (Forum) by avarndel on 06-08-2009, 12:00 AM
    Filed under: silverlight, web, cookie
  • Firefox keep deleting my cookie on session End!

    Please help, Firefox (3) keep deleting my cookie on session end (when i close the browser). Works fine in IE and Google Chrome, I have tested with and without domain and still same result. I don't know if it matter but the cookie is dropped from a sub domain. HttpCookie cookie = new HttpCookie("CoockieName"...
    Posted to State Management (Forum) by pxpilot on 05-22-2009, 12:00 AM
    Filed under: cookie, firefox 3
  • Re: cookie problem

    Hi Vijay, [quote user="vijayakanthtirupur"] I am sure that my code is not clearing the cookie unless member explicitly log off. let me explain one more thing so that you can understand my problem more closer. first day i am logged in my site so cookie is created with the expiry date of current...
    Posted to State Management (Forum) by svmr on 05-13-2009, 12:00 AM
    Filed under: cookie, cookie collection
  • Re: cookie problem

    Hi Vijay, [quote user="vijayakanthtirupur"] I hosted my web application on windows 2003 server. I am using cookie to store MemberID after successful login. The created cookie is used to remember the member when next time he opens the web site. I am setting expire date for the cookie is current...
    Posted to State Management (Forum) by svmr on 05-13-2009, 12:00 AM
    Filed under: cookie, worker process, IIS
  • cookie problem

    I hosted my web application on windows 2003 server. I am using cookie to store MemberID after successful login. The created cookie is used to remember the member when next time he opens the web site. I am setting expire date for the cookie is current date plus 7 days. Every 29 hours, IIS recycles worker...
    Posted to State Management (Forum) by vijayakanthtirupur on 05-12-2009, 12:00 AM
    Filed under: asp.net, cookie, worker process recycle, winddwos 2003
  • New IE8 Session Security feature Broken?

    There is a new IE8 feature called "new Session". You can access it from "File-New Session". It does NOT seem to work. Anyone know whats up with that ? There is currently a link from default page of www.asp.net that talks about this new feature at http://geekswithblogs.net/ranganh...
    Posted to Security (Forum) by adrian23 on 04-20-2009, 12:00 AM
    Filed under: session, authentication, cookie
  • New IE8 feature not working?

    There is a new IE8 feature called "new Session". You can access it from "File-New Session". It seem to work. Anyone know whats up with that ? My asp2.0 site uses forms authentication with SqlRoleProvider and SqlMembershipProvider with no special setting other than defaults. There...
    Posted to Free For All (Forum) by adrian23 on 04-19-2009, 12:00 AM
    Filed under: Session, authentication, cookie
  • Re: Membership logout control

    Thanks guys, but this is still not solving my problem with the browser's back button. I have no problem with the controls logging out " Supposedly " and redirecting back to my login page. Instead of using this piece of code in the client side 'LogoutAction="RedirectToLoginPage'...
    Posted to Security (Forum) by xyz789 on 04-09-2009, 12:00 AM
    Filed under: cookie, database, design, log out, login, login account, login session, login usercontrol, membership, Membership account, login control, login Control Membership LoginView Control, login control session variable, Login Membership, login problem, login programmatically
  • Users are experiencing login problems...I believe cookie is not being created

    Many of my site users are complaining about not being able to login. They enter their username and password (I have verified that they are using the correct credentials) and they are redirected right back to the Login page. This doesn't affect all of my users. I have had them change security and...
    Posted to Security (Forum) by Nate Dogg on 04-03-2009, 12:00 AM
    Filed under: Authenticate, cookie, login
Page 1 of 8 (78 items) 1 2 3 4 5 Next > ... Last »