Re: Session state is not available in this context

From: A.M (IHateSpam_at_sapm123.com)
Date: 03/30/04

  • Next message: Joe Reazor: "Authenitcation, Authorization, and Personalization"
    Date: Tue, 30 Mar 2004 08:28:03 -0500
    
    

    Thank you for reply.

    Is the Cache's scope at application level or session level ? Does it keep
    data for all session long? If it is so, generally why would I use Session
    object if i have Cache object?

    Thanks
    Ali

    "[MSFT]" <lukezhan@online.microsoft.com> wrote in message
    news:zuH0$DjFEHA.3568@cpmsftngxa06.phx.gbl...
    > Hi Ali,
    >
    > AuthenticateRequest event is raised right after a user has been
    > authenticated but still has not been authorized meaning that aplication
    has
    > not decided on the areas that this user can have access to. And this
    stage,
    > application hasn't acquired the state also. So there is no session state
    at
    > this point. You can use the Cache object as Joe suggest.
    >
    > Regards,
    >
    > Luke
    > Microsoft Online Support
    >
    > Get Secure! www.microsoft.com/security
    > (This posting is provided "AS IS", with no warranties, and confers no
    > rights.)
    >


  • Next message: Joe Reazor: "Authenitcation, Authorization, and Personalization"

    Relevant Pages

    • Sessions and Forms Authentication Cookie
      ... I have a folder on my site secured with Forms Authentication. ... The session time on the server is set to 20 mins. ... expiry time for the Forms Authentication cookie is 30 mins? ... The other pages are not able to read the session level ...
      (microsoft.public.dotnet.framework.aspnet)
    • Reduction of scope of shared properties from application to session not possible?
      ... it's impossible to reduce the scope of shared properties from ... application level to session level? ... > Then do not use a Shared class. ... >> How do I set it up so that each individual session uses a different ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Sharing sessions between asynchronous AdomdConnection objects.
      ... you have to take care if you create session level object ... like session level set or members ... in this case these objects are store in the session and available to any ...
      (microsoft.public.sqlserver.olap)
    • RE: Trouble with huge amount of State Server Sessions Timed out
      ... "Unable to serialize the session state. ... > State Service or SQL Server can be memory intensive depending on the types ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: IHttpAsyncHandler problem
      ... My guess is that it's not the page you're waiting for, but the lock on the session state. ... It seems the Asp.Net ThreadPool thread used by the first tab is ... AsyncRequestState reqState = result; ...
      (microsoft.public.dotnet.framework.aspnet)