Browse by Tags

Related Posts

  • Re: How to avoid the AspxAutoDetectCookieSupport param be atuto attached?

    Example: https://festival.simpletick.com/Gateway/Moneybookers/IPN.aspx when is accessed by a node with cookies disabled, they get: Result code: 302 (Found / Moved Temporarily) New location: /(X(1)A(4DMkSidcfjrggZkvkVc_TxxpTAoTvTgv7c1AlsLIJxgZozb31ALg5Lq4fXDCsz7xMl4vCifxc5N4zNNjQ49HlpRICNEbI5Bk97YQ3wk1HW01...
    Posted to HttpHandlers and HttpModules (Forum) by uswebpro on 04-22-2009, 12:00 AM
    Filed under: Query string encryption failed., Session, cookies
  • Getting Session and Cookie value in Windows application

    Not sure if i am asking the question in the right section but i need help on this. 1> i have a web services that has an authentication method , which on valid credentials, creates a session("userid") for the logged in user.My question is can this session id be accessed by a normal windows...
    Posted to C# (Forum) by ravijit82 on 02-17-2009, 12:00 AM
    Filed under: Session, web services, windows application, cookies
  • How to use username&password?

    Hi friends, I need your suggestion. The problem is how to main our username and password in the following situation? For an Example: We have to login into the Gmail.com use our username and password. Suppose I have to open the Orkut , at the time the same username and password use in Orkut and go to...
    Posted to Getting Started (Forum) by durai_krisna on 01-31-2009, 12:00 AM
    Filed under: security, session, cookies
  • Re: Best practice for storing 'user modes'

    I read many articles/topics about this problem since yesterday and figured out the pros and cons of sessions, and/or cookies, and profile. Sessions : 1 session per browser, so I have to user User.Identity.Name in session objects to avoid that a user can look another session objects within one browser...
    Posted to State Management (Forum) by gJoe on 10-24-2008, 12:00 AM
    Filed under: profile, Session, Cookies
  • How to main session using in AxWebBrowser

    Hai. I created one windows application.I am add reference control to add Microsoft WebBrowser Control..In my application I am using HTTPWebRequest and HttpWebResponse class .To request some post message to corresponding URL.Then I will get response string. In response string i am go to create one .HTML...
    Posted to Web Forms (Forum) by thirunavukarasu on 03-07-2008, 12:00 AM
    Filed under: session states, session timeout, session variable, session variables tracking, session_end application_end browser window close, SessionId, sessionn, SessionParameter, sessions, ActiveX to Winform Control Library, COM ActiveX, cookies, cookies encrypt, cookies how to, HttpRequestValidationException, HttpWebRequest DELETE, HttpWebRequest requestStream response request, session in master page, cookiess session variables, session, HttpWebRequest
  • Re: Using Session to keep the selected language?

    If the user authenticates through a login form, the best procedure is to store it in database on the user's record. If not you can either use session or cookies. Session state is alive only for the current visit. If the user exits the value resets. Cookies may be persistent, that is if the user closes...
    Posted to State Management (Forum) by famous on 01-24-2008, 12:00 AM
    Filed under: Session, Cookies
  • [c#, session cookies]Object reference not set to an instance of an object. How to receive session cookie (added by ‘Session[“password”] = cpassword’) in good, correct way?

    I would like create page (in c# language) where I could type login, password and after checking checkbox could save "mypassword" to the computer cookies. After clicking button, script should be check my login and my password and save "mypassword" to the session cookies (to receive on page "admin.aspx...
    Posted to State Management (Forum) by szmitek on 05-13-2007, 12:00 AM
    Filed under: OutputCache clear, page, requesting session cookies, Session, Session and Authentication, Session State, application, application object, asp.net, asp.net 2.0, authentication page-redirection session state stale page target redirection, c#, cookie, Cookies, current user, dynamic content, response.redirect, authentication
  • Session and FormAuthentication Timeout

    Hi, I have a number of websites that i have built over the past year that all use formsauthentication to login to the backend of each website. However out of the blue, within the last week, it seems that once i am logged into the backend of each website i am kicked right back out to the login screen...
    Posted to State Management (Forum) by LeeTheGreek on 04-18-2007, 12:00 AM
    Filed under: Session, Session and Authentication, session data lost problem, Session Management, Session Management and Load Balancer, Session State, session timeout, Application Pool, asp.net 2.0, cookie, SessionState, sql session state, Cookies
  • Re: Localize by clicking image

    You're welcome! Right, you need to use persistent cookies to remember the user's choice. Begin with this code sample, and then simply replace Session with Cookies: instead of Session["Language"]=... you will write Cookies.Add(new Cookie("Language", ..., true) (or something like that, I don't have the...
    Posted to Localization (Forum) by aweil on 02-11-2007, 12:00 AM
    Filed under: Session, Cookies
  • Session Cookie Loss

    Hi everyone, I'm using ASP.NET 2.0 and ASP.NET AJAX. My site is using Session state based on cookies and Forms authentication. From time to time during requests IE don't send session cookie to the server. But do send authentication cookie. How could it be possible? This issue leads to creation of new...
    Posted to State Management (Forum) by avasylev on 01-19-2007, 12:00 AM
    Filed under: Session, ajax, asp.net 2.0, atlas, Cookies
Page 1 of 2 (18 items) 1 2 Next >