Browse by Tags

Related Posts

  • Re: page redirect after login

    Hi Asif, If you are using a Custom authentication, you would be re-directing the page to the shopping cart page using Response.Redirect(url). After authentication You could add a normal get / post to send in the item to the shopping cart page. something like Response.Redirect(ShoppingCart.aspx?ProductId...
    Posted to Getting Started (Forum) by saqibvaid on 06-07-2009, 12:00 AM
    Filed under: session, response.redirect
  • Session is lost on Response.Redirect or Link click

    Hello, I'm lossing my session data when I click on Anchor tag. e.g. <a href="subscriptions.aspx"></ a > or when I do Response.Redirect. e.g. Response.Redirect( "subscriptions.aspx?status=saved" ); I've googled a lot. http://weblogs.asp.net/bleroy/archive/2004/08...
    Posted to State Management (Forum) by ssnaik84 on 05-08-2009, 12:00 AM
    Filed under: Session, response.redirect
  • pass session data from http to https

    hi guys! I am having problems with the data that i have inside my sessions when i switch from http to https. the data becomes null when after a Response.Redirect(secureUrl) is executed. would there someone who is kind enough to shed me some light with this difficulty that i have? also i am using win2k3...
    Posted to State Management (Forum) by rc_matias on 02-03-2009, 12:00 AM
    Filed under: Session, response.redirect, SSL certificate
  • Response.Redirect on Session TimeOut

    This is a hot topic and the web is filled with posts about this, but none of the solutions that I have seen are what I would consider to be good. My Session Timeout is configured in my Web.Config as follows: < sessionState timeout= "60" /> There has to be a way to set a redirect in the...
    Posted to State Management (Forum) by bfancett on 12-30-2008, 12:00 AM
    Filed under: refresh, Session, session & postback and user control, Session and Authentication, Session and Substitution and OutputCache, session and tabs, session end, session loss, Session Management, session problem, session state timeout, Session statee timeout, session time out, session timeout, session variables, session.end, sessionn state, sessions, Threading Timer Permanent, timeout, timeout problem, Timeout Session Authentication, Timer, accessing session, ajax, AJAX .NET 3.5, AJAX 3.5, AJAX ASP.NET, application end event, asp.net, asp.net 3.5, ASP.NET AJAX, ASP.net Session, asp.net session timeout, Async, browser, Browser Back Button, c#, C# session expire, change session, HTTTPResponse, "dynamic controls", Seession, Ajax .NET Session Exception ASP.Net, Application State, response.redirect, Request timed out, requests, session and userid, session expires, asp.net. sessions, HTTPContext.Current.Session, HttpModule timeout
  • Session expires before forms authentication timeouts within a frameset

    Hello, I am developing a ASP.NET web application using a frameset. I have a header frame and a lower frame. The lower frame is divided to a left frame (which displays a menu) and a right frame which is my main frame in the application. I am also using forms authentication. When the session expires before...
    Posted to State Management (Forum) by danal on 02-17-2008, 12:00 AM
    Filed under: Session, Session and Authentication, Session and FormsAuthentication, session end, session problem, session timeout, .Net 2.0, asp.net, asp.net 2.0, Asp.Net 2.0 session, asp.net., authentication, authentication page-redirection session state stale page target redirection, c#, response.redirect
  • Re: After porting working asp.net project to vs 2005, Response.Redirect ends Session

    I know the session ends because, I do cleanups in Session_End. The response.redirect uses a session-specific path that will no longer exist, hence failure. It becomes extremely complex to maintain a web site using 2 development environments, and in addition have 2 development environments reside on the...
    Posted to Migrating from Visual Studio .NET 2003 to Visual Studio 2005 (Forum) by StanDav on 08-23-2007, 12:00 AM
    Filed under: Session, visual studio 2005, ASP.NET, asp.NET 2.0, web site project, IIS, Response.redirect
  • Re: Response.Redirect in VS2005 causes Session termination

    I ported the app in question from vs2003. The conversion process does not set up the vs2005 environment entirely. Additionally, conversion from my impression of the forums, has a habit of dropping modules and misconverting interfaces. In fact, I had to convert the project in question twice, because a...
    Posted to State Management (Forum) by StanDav on 08-13-2007, 12:00 AM
    Filed under: Session, asp.net 2.0, IIS, response.redirect
  • [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
  • How to check user prefered language (user's language preference) in ASP.NET (C#)?

    I would like to create ASP.NET script in C# which checks user prefered language of browser (language preference; for MSIE it defined in Internet Options/General/Languages/Language Preference. If someone has Polish (Poland) [pl-PL] as prefered language, the script redirects to "pl/" and if someone has...
    Posted to Localization (Forum) by szmitek on 04-06-2007, 12:00 AM
    Filed under: parameters, redirect, redirection, session, User control, Visual Web Developer 2005 Express, web application, web application project, .Net 2.0, .Net 2.0 delegate, .net 3.0, access internet explorer programmatically, asp.net, asp.net 2.0, asp.net 2.0 server tags, C#, c# if else if...else Response.Redirect user prefered language of browser language preference MSIE Internet Options/General/Languages/Language Preference public void, code, custom server controls, data, Date, documents, help me, asp 2.0, response.redirect, date picker
  • page redirection after auth from stale page

    i have website where authentication is needed to view the pages.. suppose some one clicks on a link from a stale page[session expired], i want them to be redirectred to the login page and after sucessful authentication. redirect them again to the page where the clicked the link or to the target url much...
    Posted to Security (Forum) by miztiik on 11-29-2006, 12:00 AM
    Filed under: Session, Session and Authentication, session start, share session, asp.net 2.0, authentication page-redirection session state stale page target redirection, lifecycle, Session State, response.redirect
Page 1 of 2 (12 items) 1 2 Next >