Browse by Tags

Related Posts

  • Session Expiration

    Hello, I have a base class which is inherited by every page in my project. On page_load I call checkSessionExpired(); which does the following: private void checkSessionExpired() { if (Context.Session != null) { if (Session.IsNewSession) { string szCookieHeader = Request.Headers["Cookie"]; if ((null...
    Posted to State Management (Forum) by Sniipe on 01-10-2007, 12:00 AM
    Filed under: Session, expiration, authentication
  • Ajax and Session when WebServices called from client site

    I have been trying to find a solution for session state and AJAX web service calls. I have a simple page that reports different session id than the web service called from AJAX client site. There are lots of discussions of this topic but no real answers. Am I lost? Is it that each web service calls from...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by AlexanderQX on 02-26-2007, 12:00 AM
    Filed under: session, Authentication, ajax webservice, ajax, ajax v1.0
  • [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: Cookies, Session and Authentication, application object, application, Session, response.redirect, asp.net 2.0, Session State, OutputCache clear, current user, authentication page-redirection session state stale page target redirection, cookie, page, authentication, asp.net, dynamic content, requesting session cookies, c#
  • SESSION VARIABLE NOT WORKING IN WEB SERVER

    i v stored some database driven values into session variables at the time of login(i.e user id,user name cetc..)..while running this website in localhost(iis)this works fine. but while i upload this in windows webserver without giving ne error it seems that session variables failed to store the data...
    Posted to State Management (Forum) by shuvradip on 08-07-2007, 12:00 AM
    Filed under: Session, asp.net 2.0, session start, Session Management, authentication, asp.net, c#, session state management
  • Automatic Login, Email and File Attachment

    I've come across a very interesting C# and ASP.NET project. Part of it will involve an automatic login, creating a new email, attaching a file to that email and then leaving the browser open for the user to complete the rest. This is very similar to what Microsoft Outlook already provides, right...
    Posted to Architecture (Forum) by nima.tavassoli on 10-23-2007, 12:00 AM
    Filed under: .NET, email, ASP.NET Architecture, authentication, C#, session, webrequest
  • S.O.S - Calling all HTTPModule Security Experts!

    I'm creating a multiple sign-on process using an HTTPModule so I need to be able to keep track of which steps (pages) in the sign-on process the users have successfully completed. That being said, I do have a descent understanding of how these modules work as I've created one in the past to authenticate...
    Posted to HttpHandlers and HttpModules (Forum) by illumna1 on 10-24-2007, 12:00 AM
    Filed under: HttpModule, Session, Page, Authentication, OnAcquireRequest, OnAuthenticateRequest
  • 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 and Authentication, session timeout, Session, response.redirect, asp.net 2.0, authentication page-redirection session state stale page target redirection, session end, authentication, asp.net, c#, asp.net., Asp.Net 2.0 session, session problem, .Net 2.0, Session and FormsAuthentication
  • Multiple Logins, same application

    Anyone have a technique for supporting multiple logins to the same application from different browser instances, e.g. I want to be authenticated as "Fred" on browser 1 and "Jim" on browser 2. Seem to be tending towards emebedding a session id into each page so we know who sent it...
    Posted to Security (Forum) by pwhatcher on 03-14-2008, 12:00 AM
    Filed under: authentication, session, log in
Page 1 of 1 (8 items)